AMPR-Rip44
view release on metacpan or search on metacpan
#!perl
#!perl -T # TODO - figure out why File::Find won't pass taint checks
use strict;
use warnings;
use Test::More tests => 1;
use FindBin qw($Bin);
use File::Spec;
use Cwd;
( my $test_dir ) = ( $Bin =~ m:^(.*?/t)$: );
( run in 0.294 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )