Updating archivers/p5-Archive-Tar from 1.52 to 1.54

Upstream changes:
* important changes in version 1.54 10/09/2009
- Apply a patch from Niko Tyni (ntyni@debian.org) that resolves RT #48879;

    As seen in [rt.cpan.org #48879], although the recommended way of
    retrieving the last error is to use an instance method ($tar->error),
    the returned value is effectively global: an error in one Archive::Tar
    instance changes the error string of another instance.

    This change separates the error strings from each other while keeping
    the (deprecated) global value of $Archive::Tar::error pointing to the
    last error regardless of its instance.

    We also support calling error() as a class method (Archive::Tar->error).
    In this case it returns the global value, which matches the old behaviour.
This commit is contained in:
sno 2009-09-12 19:48:08 +00:00
parent 7afbb6ed57
commit 4195e51811
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.37 2009/06/15 19:06:07 sno Exp $
# $NetBSD: Makefile,v 1.38 2009/09/12 19:48:08 sno Exp $
DISTNAME= Archive-Tar-1.52
DISTNAME= Archive-Tar-1.54
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.20 2009/06/15 19:06:07 sno Exp $
$NetBSD: distinfo,v 1.21 2009/09/12 19:48:08 sno Exp $
SHA1 (Archive-Tar-1.52.tar.gz) = 559d198a6044ba6cd7e0ae23934a40c46f140140
RMD160 (Archive-Tar-1.52.tar.gz) = d45ef7058903f3de23bb2c8786d1b636489cf17f
Size (Archive-Tar-1.52.tar.gz) = 50778 bytes
SHA1 (Archive-Tar-1.54.tar.gz) = 4db781118b65efa0459e4be1c7bb0130663b0172
RMD160 (Archive-Tar-1.54.tar.gz) = 04bb44a18238603fa4c6ca44130622c820c1bdf9
Size (Archive-Tar-1.54.tar.gz) = 51966 bytes