Export-Lexical
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Export/Lexical.pm view on Meta::CPAN
};
}
if ( !exists &{ $caller . '::unimport' } ) {
*{ $caller . '::unimport' } = sub {
my ( $class, @args ) = @_;
if ( @args ) {
# Leave the '1' on the front of the list from a previous 'use
# $module', as well as any subs previously imported.
$^H{$key} = join ',', $^H{$key}, map { "!$_" } @args; ## no critic (ProhibitPunctuationVars, RequireLocalizedPunctuationVars)
}
else {
$^H{$key} = ''; ## no critic (ProhibitPunctuationVars, RequireLocalizedPunctuationVars)
}
};
}
}
while ( my $modifier = shift ) {
if ( $modifier =~ /^:(silent|warn)$/ ) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.537 second using v1.00-cache-2.02-grep-82fe00e-cpan-2ea8abbae53 )