use
5.20.0;
our
$VERSION
=
'3.20241024'
;
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 }
);
Mail::Milter::Authentication::Config->
import
::into(
scalar
caller
,
qw{ set_config get_config setup_config }
);
Mail::Milter::Authentication::Constants->
import
::into(
scalar
caller
);
Carp->
import
::into(
scalar
caller
);
Clone->
import
::into(
scalar
caller
,
qw{ clone }
);
English->
import
::into(
scalar
caller
);
File::Slurp->
import
::into(
scalar
caller
,
qw{ read_file write_file }
);
JSON::XS->
import
::into(
scalar
caller
);
Module::Load->
import
::into(
scalar
caller
);
Module::Loaded->
import
::into(
scalar
caller
);
}
1;