Test-Mini-Unit
view release on metacpan or search on metacpan
lib/Test/Mini/Unit.pm view on Meta::CPAN
use Test::Mini;
require Test::Mini::Unit::Sugar::Shared;
require Test::Mini::Unit::Sugar::TestCase;
# @api private
sub import {
my ($class, @args) = @_;
my $caller = caller();
strict->import;
warnings->import;
Test::Mini::Unit::Sugar::Shared->import(into => $caller, @args);
Test::Mini::Unit::Sugar::TestCase->import(into => $caller, @args);
}
1;
( run in 0.215 second using v1.01-cache-2.11-cpan-299005ec8e3 )