The following module was proposed for inclusion in the Module List:
modid: Archive::Any
DSLIP: adpOp
description: Single interface to deal with zips and tars
userid: MSCHWERN (Michael G Schwern)
chapterid: 17 (Archiving_and_Compression)
communities:
similar:
It's a wrapper around Archive::Tar & Archive::Zip
rationale:
Archive::Any magically deals with any (well, has the potential to
anyway) archive format. The namespace obviously follows from
Archive::Zip and Archive::Tar and it's just a thin interface wrapper
around them.
I got sick of having to write
if( $type eq 'zip' ) { ...do something with Archive::Zip... }
elsif( $type eq 'tar' ) { ...do something with Archive::Tar... }
all over the place.
enteredby: MSCHWERN (Michael G Schwern)
enteredon: Thu Aug 30 23:21:28 2001 GMT
The resulting entry would be:
Archive::
::Any adpOp Single interface to deal with zips and tars MSCHWERN
Thanks for registering,
The Pause Team
PS: The following links are only valid for module list maintainers:
Registration form with editing capabilities:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0d000000_dd856950f5b62f02&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0d000000_dd856950f5b62f02&SUBMIT_pause99_add_mod_insertit=1