The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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