☺唐鳳☻ > lib-overlay-0.00_01 > lib::overlay

Download:
lib-overlay-0.00_01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.00_01   Source  

NAME ^

lib::overlay - Overlay additional code on module loading

SYNOPSIS ^

    use lib::overlay '_deprecated' => -warn;
    use lib::overlay '_Overlay', '_Vendor', '_Local';

DESCRIPTION ^

Say you have use lib '_deprecated'. Now use CGI; will, after loading CGI.pm, also try to look _deprecated/CGI.pm in @INC and load them too.

Expect more documentation later. :-)

AUTHORS ^

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT ^

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html