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

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.

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

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

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

perl.