File: 00-use.t

package info (click to toggle)
libmodule-build-cleaninstall-perl 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 34; makefile: 4
file content (9 lines) | stat: -r--r--r-- 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More tests => 1;

use Module::Build::CleanInstall;

ok( 1, "Loaded" );