App-SocialSKK
view release on metacpan or search on metacpan
t/lib/App/SocialSKK/Test.pm view on Meta::CPAN
my @goodies = qw(
Test::More
Test::Exception
App::SocialSKK::Test::Spec
);
sub import {
my $class = shift;
require strict;
strict->import;
require warnings;
warnings->import;
require utf8;
utf8->import;
my $caller = caller;
unless ($caller eq $class) {
no strict 'refs';
push @{$caller . ":\:ISA"}, $class;
}
( run in 0.247 second using v1.01-cache-2.11-cpan-299005ec8e3 )