[libmoosex-types-portnumber-perl] 05/06: Add 02-correct-module-version.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Jun 18 17:59:20 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libmoosex-types-portnumber-perl.

commit 3b3e2596cb95ef1adb3e917ec4be7fb41c7b8422
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sat Jun 18 17:49:14 2016 +0100

    Add 02-correct-module-version.patch
    
    This patch corrects the internal module version to that of the release.
---
 debian/patches/02-correct-module-version.patch | 18 ++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/02-correct-module-version.patch b/debian/patches/02-correct-module-version.patch
new file mode 100644
index 0000000..13b1725
--- /dev/null
+++ b/debian/patches/02-correct-module-version.patch
@@ -0,0 +1,18 @@
+Description: Correct module $VERSION to 0.02
+ A bug report is already present on CPAN
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=97634
+Forwarded: no
+Last-Update: 2016-06-18
+---
+--- a/lib/MooseX/Types/PortNumber.pm
++++ b/lib/MooseX/Types/PortNumber.pm
+@@ -2,7 +2,7 @@
+ use strict;
+ use warnings;
+ 
+-our $VERSION = '0.01';
++our $VERSION = '0.02';
+ our $AUTHORITY = 'CPAN:TBR';
+ 
+ use MooseX::Types -declare => [qw(PortNumber PortWellKnow PortRegistered PortPrivate)];
diff --git a/debian/patches/series b/debian/patches/series
index 5c001aa..7c09a67 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-correct-distname-in-source-metadata.patch
+02-correct-module-version.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-types-portnumber-perl.git



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