repo.or.cz
/
app-cpan2pkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
using new sub _log_prefixed_lines()
[app-cpan2pkg.git]
/
t
/
0-load.t
blob
a483f0304805506a8f1883e67a7f10f498187b0c
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'App::CPAN2Pkg' );
7
}
8
9
diag( "Testing App::CPAN2Pkg $App::CPAN2Pkg::VERSION, Perl $], $^X" );