CatalystX-Resource
view release on metacpan or search on metacpan
t/lib/CatalystX/Resource/TestKit.pm view on Meta::CPAN
use Import::Into;
use FindBin qw/$Bin/;
use lib "$Bin/../lib";
use Test::More;
use Test::Warnings;
sub import {
my $target = caller;
Test::More->import::into($target);
Test::Warnings->import::into($target, qw/ :all /);
strict->import::into($target);
warnings->import::into($target);
}
1;
( run in 0.369 second using v1.01-cache-2.11-cpan-299005ec8e3 )