Sietima
view release on metacpan or search on metacpan
lib/Sietima/Policy.pm view on Meta::CPAN
use warnings;
use feature ':5.36';
our $VERSION = '1.1.4'; # VERSION
# ABSTRACT: pragma for Sietima modules
sub import {
# These affect the currently compiling scope,
# so no need for import::into
strict->import;
warnings->import;
feature->import(':5.36');
return;
}
1;
__END__
=pod
( run in 0.355 second using v1.01-cache-2.11-cpan-299005ec8e3 )