v.1
This commit is contained in:
commit
c7d27dd869
25 changed files with 785 additions and 0 deletions
13
App-SortCopies-0.01/t/00-load.t
Normal file
13
App-SortCopies-0.01/t/00-load.t
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!perl
|
||||
use 5.008003;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Test::More;
|
||||
|
||||
plan tests => 1;
|
||||
|
||||
BEGIN {
|
||||
use_ok( 'App::SortCopies' ) || print "Bail out!\n";
|
||||
}
|
||||
|
||||
diag( "Testing App::SortCopies $App::SortCopies::VERSION, Perl $], $^X" );
|
||||
Loading…
Add table
Add a link
Reference in a new issue