[libmoox-options-perl] 02/05: Add patch 2001 to relax dependency on Getopt::Long (and hope it wasn't important).

Jonas Smedegaard dr at jones.dk
Sat May 2 22:47:00 UTC 2015


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

js pushed a commit to branch master
in repository libmoox-options-perl.

commit 905cbfb22d398206a4af8006fdf9803495f8b901
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 2 20:49:48 2015 +0200

    Add patch 2001 to relax dependency on Getopt::Long (and hope it wasn't important).
---
 debian/patches/2001_relax_getopt-long_dep.patch | 15 +++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/2001_relax_getopt-long_dep.patch b/debian/patches/2001_relax_getopt-long_dep.patch
new file mode 100644
index 0000000..7b4822e
--- /dev/null
+++ b/debian/patches/2001_relax_getopt-long_dep.patch
@@ -0,0 +1,15 @@
+Description: relax dependency on Getopt::Long (and hope it wasn't important)
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2015-05-02
+
+--- a/lib/MooX/Options/Descriptive.pm
++++ b/lib/MooX/Options/Descriptive.pm
+@@ -14,7 +14,7 @@
+ use warnings;
+ our $VERSION = '4.018';    # VERSION
+ 
+-use Getopt::Long 2.43;
++use Getopt::Long 2.38;
+ use Getopt::Long::Descriptive 0.099;
+ use MooX::Options::Descriptive::Usage;
+ use parent 'Getopt::Long::Descriptive';
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b7ba26e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_relax_getopt-long_dep.patch

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



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