File: 00_compile.t

package info (click to toggle)
libmodule-install-autolicense-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,411; sh: 6; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
use Test::More tests => 1;
BEGIN { use_ok('Module::Install::AutoLicense') };
diag( "Testing Module::Install::AutoLicense $Module::Install::AutoLicense::VERSION, Perl $], $^X" );