bareword-filehandles
view release on metacpan or search on metacpan
lib/bareword/filehandles.pm view on Meta::CPAN
XSLoader::load(
__PACKAGE__,
# we need to be careful not to touch $VERSION at compile time, otherwise
# DynaLoader will assume it's set and check against it, which will cause
# fail when being run in the checkout without dzil having set the actual
# $VERSION
exists $bareword::filehandles::{VERSION} ? ${ $bareword::filehandles::{VERSION} } : (),
);
sub unimport { $^H |= 0x20000; $^H{__PACKAGE__.'/disabled'} = 1 }
sub import { delete $^H{__PACKAGE__.'/disabled'} }
1;
__END__
=pod
( run in 0.454 second using v1.01-cache-2.11-cpan-49f99fa48dc )