X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FRaw%2FZlib%2Flib%2FCompress%2FRaw%2FZlib.pm;h=d216bd240068f60f011e343f75f50c6c554558ab;hb=2b4e0969009806e4e03a23b007570fa5279be8e0;hp=d282bad7214e15c7ef293d4769130a4967813bb7;hpb=1a159fba18a77552673669d932364b0c4ea1852e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm b/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm index d282bad..d216bd2 100644 --- a/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm +++ b/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm @@ -13,7 +13,7 @@ use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.000_10'; +$VERSION = '2.000_11'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;