diff -Nru libstring-parity-perl-1.33/Changes libstring-parity-perl-1.34/Changes --- libstring-parity-perl-1.33/Changes 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/Changes 2015-11-06 23:27:39.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl module String::Parity +1.34 2015-11-06 NEILB + - Removed the $VERSION from String/Parity.pm so that DZ can manage it. + 1.33 2015-20-25 NEILB - Added [MetaJSON] to dist.ini so release tarballs will have META.json - Auto tag and push to github on release diff -Nru libstring-parity-perl-1.33/debian/changelog libstring-parity-perl-1.34/debian/changelog --- libstring-parity-perl-1.33/debian/changelog 2015-10-27 20:39:35.000000000 +0000 +++ libstring-parity-perl-1.34/debian/changelog 2015-11-08 08:49:48.000000000 +0000 @@ -1,3 +1,10 @@ +libstring-parity-perl (1.34-1) unstable; urgency=medium + + * Team upload. + * Import upstream version 1.34 + + -- Salvatore Bonaccorso Sun, 08 Nov 2015 09:49:14 +0100 + libstring-parity-perl (1.33-1) unstable; urgency=medium * Team upload. diff -Nru libstring-parity-perl-1.33/dist.ini libstring-parity-perl-1.34/dist.ini --- libstring-parity-perl-1.33/dist.ini 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/dist.ini 2015-11-06 23:27:39.000000000 +0000 @@ -4,7 +4,7 @@ copyright_holder = Winfried Koenig copyright_year = 1995 -version = 1.33 +version = 1.34 [@Basic] [PkgVersion] diff -Nru libstring-parity-perl-1.33/lib/String/Parity.pm libstring-parity-perl-1.34/lib/String/Parity.pm --- libstring-parity-perl-1.33/lib/String/Parity.pm 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/lib/String/Parity.pm 2015-11-06 23:27:39.000000000 +0000 @@ -1,5 +1,5 @@ package String::Parity; - +$String::Parity::VERSION = '1.34'; use 5.006; use strict; use warnings; @@ -8,8 +8,6 @@ our @ISA = qw(Exporter); -our $VERSION = "1.32"; - our @EXPORT = qw( setEvenParity setOddParity setMarkParity setSpaceParity diff -Nru libstring-parity-perl-1.33/Makefile.PL libstring-parity-perl-1.34/Makefile.PL --- libstring-parity-perl-1.33/Makefile.PL 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/Makefile.PL 2015-11-06 23:27:39.000000000 +0000 @@ -22,7 +22,7 @@ "strict" => 0, "warnings" => 0 }, - "VERSION" => "1.33", + "VERSION" => "1.34", "test" => { "TESTS" => "t/*.t" } diff -Nru libstring-parity-perl-1.33/META.json libstring-parity-perl-1.34/META.json --- libstring-parity-perl-1.33/META.json 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/META.json 2015-11-06 23:27:39.000000000 +0000 @@ -37,6 +37,6 @@ "web" : "https://github.com/neilb/String-Parity" } }, - "version" : "1.33" + "version" : "1.34" } diff -Nru libstring-parity-perl-1.33/META.yml libstring-parity-perl-1.34/META.yml --- libstring-parity-perl-1.33/META.yml 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/META.yml 2015-11-06 23:27:39.000000000 +0000 @@ -20,4 +20,4 @@ resources: homepage: https://github.com/neilb/String-Parity repository: https://github.com/neilb/String-Parity.git -version: '1.33' +version: '1.34' diff -Nru libstring-parity-perl-1.33/README libstring-parity-perl-1.34/README --- libstring-parity-perl-1.33/README 2015-10-25 09:53:22.000000000 +0000 +++ libstring-parity-perl-1.34/README 2015-11-06 23:27:39.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution String-Parity, -version 1.33: +version 1.34: parity (odd/even/mark/space) handling functions