[libarchive-any-perl] 03/05: Refresh our-ISA.patch patch

Salvatore Bonaccorso carnil at debian.org
Tue May 3 06:11:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libarchive-any-perl.

commit a6cd5d58126197f62e7d1da3cc38b4cc138a44cf
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue May 3 06:57:39 2016 +0200

    Refresh our-ISA.patch patch
---
 debian/patches/our-ISA.patch | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/patches/our-ISA.patch b/debian/patches/our-ISA.patch
index d4bef5a..e307298 100644
--- a/debian/patches/our-ISA.patch
+++ b/debian/patches/our-ISA.patch
@@ -6,19 +6,8 @@ Bug: https://github.com/oalders/archive-any/issues/3
 Forwarded: https://github.com/oalders/archive-any/issues/3
 Author: Damyan Ivanov <dmn at debian.org>
 Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2016-05-02
+Last-Update: 2016-05-03
 
---- a/lib/Archive/Any/Zip.pm
-+++ b/lib/Archive/Any/Zip.pm
-@@ -3,7 +3,7 @@ $Archive::Any::Zip::VERSION = '0.0944';
- use strict;
- use warnings;
- require Archive::Any;
-- at ISA = qw(Archive::Any);
-+our @ISA = qw(Archive::Any);
- 
- use Archive::Zip qw(:ERROR_CODES);
- use Cwd;
 --- a/t/00compile.t
 +++ b/t/00compile.t
 @@ -6,3 +6,5 @@ use_ok( 'Archive::Any' );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libarchive-any-perl.git



More information about the Pkg-perl-cvs-commits mailing list