01_basic.t (96B)
1 #!/usr/bin/perl 2 3 use strict; 4 use warnings; 5 use Test::More tests => 1; 6 7 use_ok('File::Extract');