-
-
24 Sep 2003 18:32:42 UTC
- Distribution: ex-lib-zip
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (22 / 361 / 16)
- Kwalitee
Bus factor: 1- 90.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (15.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- PerlIO::gzip
- PerlIO::subfile
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install ex::lib::zip, copy and paste the appropriate command in to your terminal.
cpanm ex::lib::zip
perl -MCPAN -e shell install ex::lib::zip
For more information on module installation, please visit the detailed CPAN module installation guide.