Codebase list libmoox-options-perl / 4041aa9
Drop 2001_relax_getopt-long_dep.patch, new enough Getopt::Long is now available Florian Schlichting 5 years ago
3 changed file(s) with 0 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
+0
-15
debian/patches/2001_relax_getopt-long_dep.patch less more
0 Description: relax dependency on Getopt::Long (and hope it wasn't important)
1 Author: Jonas Smedegaard <dr@jones.dk>
2 Last-Update: 2015-05-02
3
4 --- a/lib/MooX/Options/Descriptive.pm
5 +++ b/lib/MooX/Options/Descriptive.pm
6 @@ -15,7 +15,7 @@
7
8 our $VERSION = '4.023'; # VERSION
9
10 -use Getopt::Long 2.43;
11 +use Getopt::Long 2.38;
12 use Getopt::Long::Descriptive 0.099;
13 use MooX::Options::Descriptive::Usage;
14 use parent 'Getopt::Long::Descriptive';
+0
-3
debian/patches/README less more
0 0xxx: Grabbed from upstream development.
1 1xxx: Possibly relevant for upstream adoption.
2 2xxx: Only relevant for official Debian release.
+0
-1
debian/patches/series less more
0 2001_relax_getopt-long_dep.patch