Updated to version 2.012.
Pkgsrc changes: - none Changes since version 2.011: ============================ 2.012 15 July 2008 * IO::Compress::Base - Silenced an uninitialised value warning when reading a line at a time from a zip file where the content uses ZIP_CM_STORE. [Problem spotted & fixed by Jeff Holt] * IO::Compress::Base & IO::Uncompress::Base - local-ise $!, $? et al in the DESTROY methods.
This commit is contained in:
parent
0c08c9b04e
commit
ab0cb90b07
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/05/28 22:13:22 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2008/07/17 17:10:18 heinz Exp $
|
||||
|
||||
DISTNAME= IO-Compress-Base-2.011
|
||||
DISTNAME= IO-Compress-Base-2.012
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5icb
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/05/28 22:13:22 abs Exp $
|
||||
$NetBSD: distinfo,v 1.5 2008/07/17 17:10:18 heinz Exp $
|
||||
|
||||
SHA1 (IO-Compress-Base-2.011.tar.gz) = d057c71d702ed7a7d044efee433f29d65278c40a
|
||||
RMD160 (IO-Compress-Base-2.011.tar.gz) = 4696a8811f5f4f32cef9a630f6737bde0b11dc1b
|
||||
Size (IO-Compress-Base-2.011.tar.gz) = 94578 bytes
|
||||
SHA1 (IO-Compress-Base-2.012.tar.gz) = 698b9b83d0c43c70e1d8adae7e8ae51af6a53226
|
||||
RMD160 (IO-Compress-Base-2.012.tar.gz) = ef60f4faa8cc3d9117647262a9fd62d28b6c9343
|
||||
Size (IO-Compress-Base-2.012.tar.gz) = 95022 bytes
|
||||
|
|
Loading…
Reference in a new issue