Thorium
view release on metacpan or search on metacpan
lib/Thorium/Protection.pm view on Meta::CPAN
BEGIN {
$Thorium::Protection::AUTHORITY = 'cpan:AFLOTT';
}
# ABSTRACT: Use protection when dealing with radioactive elements
use strict;
use warnings;
sub import {
strict->import();
warnings->import();
require utf8;
utf8->import();
require feature;
feature->import(':5.10');
require mro;
mro->import();
( run in 0.435 second using v1.01-cache-2.11-cpan-299005ec8e3 )