r42419 - in /trunk/libgetopt-long-descriptive-perl: Changes META.yml README debian/changelog debian/control debian/copyright lib/Getopt/Long/Descriptive.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 22 03:36:33 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 22 03:36:27 2009
New Revision: 42419

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42419
Log:
* New upstream release
  + Allow one-character option names (mistakenly required 2 characters)
* Remove version dependency on Params::Validate
* Rewrote control description
* Added myself to Uploaders and Copyright
* Updated copyright file (remove stray "unparseable" license param)

Modified:
    trunk/libgetopt-long-descriptive-perl/Changes
    trunk/libgetopt-long-descriptive-perl/META.yml
    trunk/libgetopt-long-descriptive-perl/README
    trunk/libgetopt-long-descriptive-perl/debian/changelog
    trunk/libgetopt-long-descriptive-perl/debian/control
    trunk/libgetopt-long-descriptive-perl/debian/copyright
    trunk/libgetopt-long-descriptive-perl/lib/Getopt/Long/Descriptive.pm

Modified: trunk/libgetopt-long-descriptive-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/Changes?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/Changes (original)
+++ trunk/libgetopt-long-descriptive-perl/Changes Sat Aug 22 03:36:27 2009
@@ -1,4 +1,7 @@
 Revision history for Getopt-Long-Descriptive
+
+0.077   2009-08-21
+        allow 'f' as an option name; had mistakenly required 2 characters
 
 0.076   2009-08-20
         bundle the accidentally omitted Usage.pm file

Modified: trunk/libgetopt-long-descriptive-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/META.yml?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/META.yml (original)
+++ trunk/libgetopt-long-descriptive-perl/META.yml Sat Aug 22 03:36:27 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Getopt-Long-Descriptive
-version:            0.076
+version:            0.077
 abstract:           Getopt::Long with usage text
 author:
     - Hans Dieter Pearcey <hdp at cpan.org>

Modified: trunk/libgetopt-long-descriptive-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/README?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/README (original)
+++ trunk/libgetopt-long-descriptive-perl/README Sat Aug 22 03:36:27 2009
@@ -2,7 +2,7 @@
 
 VERSION
 
-0.076
+0.077
 
 INSTALLATION
 

Modified: trunk/libgetopt-long-descriptive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/changelog?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/changelog (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/changelog Sat Aug 22 03:36:27 2009
@@ -1,3 +1,14 @@
+libgetopt-long-descriptive-perl (0.077-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    + Allow one-character option names (mistakenly required 2 characters)
+  * Remove version dependency on Params::Validate
+  * Rewrote control description
+  * Added myself to Uploaders and Copyright
+  * Updated copyright file (remove stray "unparseable" license param)
+
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 21 Aug 2009 18:23:29 -0400
+
 libgetopt-long-descriptive-perl (0.076-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libgetopt-long-descriptive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/control?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/control (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/control Sat Aug 22 03:36:27 2009
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libio-stringy-perl, libparams-validate-perl (>= 0.74),
- libsub-exporter-perl, perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libsub-exporter-perl, libtest-pod-coverage-perl,
+ libtest-pod-perl, libio-stringy-perl, libparams-validate-perl
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Getopt-Long-Descriptive/
@@ -14,9 +14,9 @@
 
 Package: libgetopt-long-descriptive-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libio-stringy-perl,
- libparams-validate-perl (>= 0.74), libsub-exporter-perl, perl
-Description: Getopt::Long with usage text
- Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long. It
- allows to define options just like Getopt::Long and additionally add
- descriptions for these options and for program usage output.
+Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl,
+ libio-stringy-perl, libsub-exporter-perl
+Description: Perl Getopt module that handles usage text
+ Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
+ allows one to easily define options in the same familiar way, while also
+ supporting custom descriptions for program usage output.

Modified: trunk/libgetopt-long-descriptive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/debian/copyright?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/debian/copyright (original)
+++ trunk/libgetopt-long-descriptive-perl/debian/copyright Sat Aug 22 03:36:27 2009
@@ -10,9 +10,10 @@
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
  2009, gregor herrmann <gregoa at debian.org>
-License: unparsable | Artistic | GPL-1+
+ 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libgetopt-long-descriptive-perl/lib/Getopt/Long/Descriptive.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-long-descriptive-perl/lib/Getopt/Long/Descriptive.pm?rev=42419&op=diff
==============================================================================
--- trunk/libgetopt-long-descriptive-perl/lib/Getopt/Long/Descriptive.pm (original)
+++ trunk/libgetopt-long-descriptive-perl/lib/Getopt/Long/Descriptive.pm Sat Aug 22 03:36:27 2009
@@ -15,11 +15,11 @@
 
 =head1 VERSION
 
-Version 0.076
+Version 0.077
 
 =cut
 
-our $VERSION = '0.076';
+our $VERSION = '0.077';
 
 =head1 DESCRIPTION
 
@@ -494,7 +494,7 @@
   package
     Getopt::Long::Descriptive::OptObjFactory;
 
-  my $VERSION = '0.076';
+  my $VERSION = '0.077';
 
   use Carp ();
 
@@ -505,7 +505,7 @@
     
     my %given = %{ $arg->{values} };
 
-    my @bad = grep { $_ !~ /^[a-z_]\w+/ } keys %given;
+    my @bad = grep { $_ !~ /^[a-z_]\w*/ } keys %given;
     Carp::confess "perverse option names given: @bad" if @bad;
 
     my $class = "$inv_class\::_::" . $i++;




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