NAME

ex::lib::zip - Perl extension to let you use things direct from zip files.

SYNOPSIS

use ex::lib::zip 'library.zip'; # A zip file that contains a file Foo.pm
use Foo; # And perl will get Foo.pm from library.zip.

DESCRIPTION

An extension to let you use things direct from zip files direct. No temporary files. No subprocesses.

EXPORT

Nothing.

BUGS

no "no ex::lib::zip" to remove things yet. no code to remove trailing duplicates from @INC yet.

AUTHOR

Nicholas Clark, <nick@talking.bollo.cx>

SEE ALSO

perl.