Autoload-AUTOCAN
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
CAVEATS
If you use namespace::clean, it will clean up the installed AUTOLOAD
function. To avoid this, either use this module after namespace::clean,
or add an exception for AUTOLOAD as below.
use Autoload::AUTOCAN;
use namespace::clean -except => 'AUTOLOAD';
This issue does not seem to occur with namespace::autoclean.
BUGS
Report any issues on the public bugtracker.
AUTHOR
Dan Book <dbook@cpan.org>
COPYRIGHT AND LICENSE
lib/Autoload/AUTOCAN.pm view on Meta::CPAN
=head1 CAVEATS
If you use L<namespace::clean>, it will clean up the installed C<AUTOLOAD>
function. To avoid this, either use this module B<after> L<namespace::clean>,
or add an exception for C<AUTOLOAD> as below.
use Autoload::AUTOCAN;
use namespace::clean -except => 'AUTOLOAD';
This issue does not seem to occur with L<namespace::autoclean>.
=head1 BUGS
Report any issues on the public bugtracker.
=head1 AUTHOR
Dan Book <dbook@cpan.org>
=head1 COPYRIGHT AND LICENSE
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.469 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )