r48181 - in /branches/upstream/libgetopt-long-descriptive-perl/current: Changes META.yml Makefile.PL README lib/Getopt/Long/Descriptive.pm lib/Getopt/Long/Descriptive/Usage.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Fri Dec 4 00:59:14 UTC 2009
Author: jawnsy-guest
Date: Fri Dec 4 00:59:09 2009
New Revision: 48181
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48181
Log:
[svn-upgrade] Integrating new upstream version, libgetopt-long-descriptive-perl (0.082)
Modified:
branches/upstream/libgetopt-long-descriptive-perl/current/Changes
branches/upstream/libgetopt-long-descriptive-perl/current/META.yml
branches/upstream/libgetopt-long-descriptive-perl/current/Makefile.PL
branches/upstream/libgetopt-long-descriptive-perl/current/README
branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive.pm
branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive/Usage.pm
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/Changes?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/Changes (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/Changes Fri Dec 4 00:59:09 2009
@@ -1,4 +1,7 @@
Revision history for Getopt-Long-Descriptive
+
+0.082 2009-12-03
+ require Getopt::Long 2.33 for proper --no-foo handling
0.081 2009-11-27
\%opt will not contain entries for opts that were not given
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/META.yml?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/META.yml (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/META.yml Fri Dec 4 00:59:09 2009
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Getopt-Long-Descriptive
-version: 0.081
+version: 0.082
abstract: Getopt::Long with usage text
author:
- Hans Dieter Pearcey <hdp at cpan.org>
@@ -11,6 +11,7 @@
build_requires:
ExtUtils::MakeMaker: 0
requires:
+ Getopt::Long: 2.33
List::Util: 0
Params::Validate: 0.74
Sub::Exporter: 0
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/Makefile.PL?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/Makefile.PL (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/Makefile.PL Fri Dec 4 00:59:09 2009
@@ -9,6 +9,7 @@
ABSTRACT_FROM => 'lib/Getopt/Long/Descriptive.pm',
PL_FILES => {},
PREREQ_PM => {
+ 'Getopt::Long' => 2.33, # !-options get --no-X
'List::Util' => 0,
'Params::Validate' => '0.74',
'Sub::Exporter' => 0,
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/README?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/README (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/README Fri Dec 4 00:59:09 2009
@@ -2,7 +2,7 @@
VERSION
-0.081
+0.082
INSTALLATION
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive.pm?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive.pm (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive.pm Fri Dec 4 00:59:09 2009
@@ -1,7 +1,7 @@
package Getopt::Long::Descriptive;
use strict;
-use Getopt::Long;
+use Getopt::Long 2.33;
use List::Util qw(first);
use Carp qw(carp croak);
use Params::Validate qw(:all);
@@ -15,11 +15,11 @@
=head1 VERSION
-Version 0.081
+Version 0.082
=cut
-our $VERSION = '0.081';
+our $VERSION = '0.082';
=head1 DESCRIPTION
Modified: branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive/Usage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive/Usage.pm?rev=48181&op=diff
==============================================================================
--- branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive/Usage.pm (original)
+++ branches/upstream/libgetopt-long-descriptive-perl/current/lib/Getopt/Long/Descriptive/Usage.pm Fri Dec 4 00:59:09 2009
@@ -2,7 +2,7 @@
use strict;
use warnings;
-our $VERSION = '0.081';
+our $VERSION = '0.082';
use List::Util qw(max);
More information about the Pkg-perl-cvs-commits
mailing list