Mail-Milter-Authentication-Handler-Blocker
view release on metacpan or search on metacpan
lib/Mail/Milter/Authentication/App/Blocker/Pragmas.pm view on Meta::CPAN
# ABSTRACT: Setup system wide pragmas
our $VERSION = '2.20191120'; # VERSION
use 5.20.0;
use strict;
use warnings;
require feature;
use open ':std', ':encoding(UTF-8)';
sub import {
strict->import();
warnings->import();
feature->import($_) for ( qw{ postderef signatures } );
warnings->unimport($_) for ( qw{ experimental::postderef experimental::signatures } );
}
1;
__END__
=pod
( run in 0.472 second using v1.01-cache-2.11-cpan-299005ec8e3 )