repo.or.cz
/
Packaging-Tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Transform -> Moo
[Packaging-Tools.git]
/
t
/
00-load.t
blob
da4b3cdfc3447e3d58d196e0b11d20a98947fa1f
1
#!perl
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'Packaging::Tools' ) || print "Bail out!\n";
7
}
8
9
diag( "Testing Packaging::Tools $Packaging::Tools::VERSION, Perl $], $^X" );