package Bundle::Compress::Zlib; use strict; use warnings; our $VERSION = '2.012'; 1; __END__ =head1 NAME Bundle::Compress::Zlib - Install Compress::Zlib and dependencies =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::Compress::Zlib' =head1 CONTENTS Scalar::Util IO::Compress::Base 2.012 Compress::Raw::Zlib 2.012 Compress::Zlib 2.012 =head1 AUTHOR Version <= 0.3 Kevin W. Henwood, Version > 0.3 Paul Marquess =head1 COPYRIGHT AND LICENSE Copyright (C) 2007 by Kevin W. Henwood Copyright (C) 2008 by Paul Marquess This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. =cut 1;