summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Zlib/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-02 23:01:02 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-02 23:01:02 +0000
commitdf4abfca1f7e54ea02a2503bb42775cd1e879f5b (patch)
tree8f113f8905fba34d1d6368364e7a5268e106bf45 /cpan/Compress-Raw-Zlib/lib
parent42106a15b1820a72dae7605d97c9c0e906dcd516 (diff)
downloadperl-df4abfca1f7e54ea02a2503bb42775cd1e879f5b.tar.gz
Update Compress-Raw-Zlib to CPAN version 2.063
[DELTA] 2.063 23 October 2013 * gcc -g3: final link failed: Memory exhausted [#88936] * Compress::Raw::Zlib uses AutoLoader for no reason [#88260] * Typo in Compress::Zlib _combine function documentation [#89305]
Diffstat (limited to 'cpan/Compress-Raw-Zlib/lib')
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
index e72be0a1dd..0c5366a5c1 100644
--- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
+++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
@@ -3,7 +3,6 @@ package Compress::Raw::Zlib;
require 5.006 ;
require Exporter;
-use AutoLoader;
use Carp ;
use strict ;
@@ -11,7 +10,7 @@ use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS );
-$VERSION = '2.062';
+$VERSION = '2.063';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -593,8 +592,6 @@ sub Compress::Raw::Zlib::deflateStream::deflateParams
}
-# Autoload methods go after __END__, and are processed by the autosplit program.
-
1;
__END__