This commit is contained in:
chris 2026-05-14 15:25:40 -04:00
commit c7d27dd869
25 changed files with 785 additions and 0 deletions

13
t/00-load.t Normal file
View 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" );