CHANGES
-------
+ 2.001 1 November 2006
+
+ * Remove beta status.
+
2.000_14 26 October 2006
* IO::Uncompress::Base
IO::Compress::Base
- Version 2.000_14
+ Version 2.001
- 26th October 2006
+ 1st November 2006
Copyright (c) 2005-2006 Paul Marquess. All rights reserved.
- WARNING
- THIS IS BETA CODE.
-
- DO NOT use in production code.
- Please report any problems.
-
DESCRIPTION
-----------
our (@ISA, $VERSION, $got_encode);
#@ISA = qw(Exporter IO::File);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
#Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm line 16.
require Exporter;
our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS);
@ISA = qw(Exporter);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
@EXPORT = qw( isaFilehandle isaFilename whatIsInput whatIsOutput
isaFileGlobString cleanFileGlobString oneTarget
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyUncompressError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$AnyUncompressError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows the reading of
files/buffers that have been compressed with a variety of compression
libraries.
@ISA = qw(Exporter );
-$VERSION = '2.000_14';
+$VERSION = '2.001';
use constant G_EOF => 0 ;
use constant G_ERR => -1 ;
CHANGES
-------
+ 2.001 1 November 2006
+
+ * Remove beta status.
+
2.000_14 26 October 2006
* IO::Uncompress::Deflate
IO::Compress::Zlib
- Version 2.000_14
+ Version 2.001
- 26th October 2006
+ 1st November 2006
Copyright (c) 2005-2006 Paul Marquess. All rights reserved.
- WARNING
- THIS IS BETA CODE.
-
- DO NOT use in production code.
- Please report any problems.
-
DESCRIPTION
-----------
use Compress::Raw::Zlib qw(Z_OK Z_FINISH MAX_WBITS) ;
our ($VERSION);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
sub mkCompObject
{
use IO::Compress::Base::Common qw(:Status);
our ($VERSION);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
sub mkCompObject
{
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows writing compressed
data to files or buffer as defined in RFC 1950.
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$GzipError = '' ;
@ISA = qw(Exporter IO::Compress::RawDeflate);
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows writing compressed
data to files or buffer as defined in RFC 1952.
our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names);
our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
@ISA = qw(Exporter);
our ($VERSION, @ISA, @EXPORT_OK, %DEFLATE_CONSTANTS, %EXPORT_TAGS, $RawDeflateError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$RawDeflateError = '';
@ISA = qw(Exporter IO::Compress::Base);
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows writing compressed
data to files or buffer as defined in RFC 1951.
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $ZipError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$ZipError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows writing zip
compressed data to files or buffer.
our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
@ISA = qw(Exporter);
our ($VERSION, @ISA, @EXPORT);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
@ISA = qw(Exporter);
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
use IO::Compress::Gzip::Constants;
our ($VERSION);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
use Compress::Raw::Zlib ();
use Compress::Raw::Zlib qw(Z_OK Z_DATA_ERROR Z_STREAM_END Z_FINISH MAX_WBITS);
our ($VERSION);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyInflateError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$AnyInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
=head1 DESCRIPTION
-
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
This module provides a Perl interface that allows the reading of
files/buffers that have been compressed in a number of formats that use the
zlib compression library.
$GunzipError = '';
-$VERSION = '2.000_14';
+$VERSION = '2.001';
sub new
{
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
-
This module provides a Perl interface that allows the reading of
files/buffers that conform to RFC 1952.
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$InflateError = '';
@ISA = qw( Exporter IO::Uncompress::RawInflate );
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
-
This module provides a Perl interface that allows the reading of
files/buffers that conform to RFC 1950.
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$RawInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
-
This module provides a Perl interface that allows the reading of
files/buffers that conform to RFC 1951.
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $UnzipError, %headerLookup);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$UnzipError = '';
@ISA = qw(Exporter IO::Uncompress::RawInflate);
-B<WARNING -- This is a Beta release>.
-
-=over 5
-
-=item * DO NOT use in production code.
-
-=item * The documentation is incomplete in places.
-
-=item * Parts of the interface defined here are tentative.
-
-=item * Please report any problems you find.
-
-=back
-
-
-
-
-
This module provides a Perl interface that allows the reading of
zlib files/buffers.
CHANGES
-------
+ 2.001 1 November 2006
+
+ * Remove beta status.
+
2.000_14 26 October 2006
* Fixed memory leak on realloc.
Compress::Raw::Zlib
- Version 2.000_14
+ Version 2.001
- 26th October 2006
+ 1st November 2006
Copyright (c) 2005-2006 Paul Marquess. All rights reserved.
- WARNING
- THIS IS BETA CODE.
-
- DO NOT use in production code.
- Please report any problems.
-
DESCRIPTION
-----------
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
CHANGES
-------
+ 2.001 1 November 2006
+
+ * Remove beta status.
+
2.000_14 26 October 2006
* No changes.
Compress::Zlib
- Version 2.000_14
+ Version 2.001
- 26th October 2006
+ 1st November 2006
Copyright (c) 1995-2006 Paul Marquess. All rights reserved.
- WARNING
- THIS IS BETA CODE.
-
- DO NOT use in production code.
- Please report any problems.
-
DESCRIPTION
-----------
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.000_14';
+$VERSION = '2.001';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;