Transform -> Moo
[Packaging-Tools.git] / t / 00-load.t
blobda4b3cdfc3447e3d58d196e0b11d20a98947fa1f
1 #!perl
3 use Test::More tests => 1;
5 BEGIN {
6     use_ok( 'Packaging::Tools' ) || print "Bail out!\n";
9 diag( "Testing Packaging::Tools $Packaging::Tools::VERSION, Perl $], $^X" );