Locale-MaybeMaketext
view release on metacpan or search on metacpan
t/MaybeMaketextTestdata.pm view on Meta::CPAN
undef *{ $package->get_name() . '::maketext' };
}
}
return 1;
}
# Automatically import warnings, strict and signature settings to the calling module.
sub import { ## no critic (Subroutines::RequireArgUnpacking)
warnings::warnings->import();
strict::strict->import();
feature->import(qw/:5.20 signatures/);
warnings::warnings->unimport(qw/experimental::signatures/);
MaybeMaketextTestdata->export_to_level( 1, @_ );
return;
}
# Check all the isas are correctly set - but actually report back which ones are missing.
sub isa_check ( $handle, $packages_ref, $reason ) {
my %failures = ();
( run in 0.350 second using v1.01-cache-2.11-cpan-299005ec8e3 )