r43584 - /trunk/libgetopt-declare-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Sep 3 18:27:08 UTC 2009


Author: jawnsy-guest
Date: Thu Sep  3 18:26:51 2009
New Revision: 43584

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43584
Log:
Rewrite the control description slightly (to remove the weird spacing). Drop dependency on libparse-recdescent-perl as it doesn't seem to be used; the only module in PREREQ_PM is in core since 5.7.3.

Modified:
    trunk/libgetopt-declare-perl/debian/control

Modified: trunk/libgetopt-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/control?rev=43584&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/control (original)
+++ trunk/libgetopt-declare-perl/debian/control Thu Sep  3 18:26:51 2009
@@ -12,14 +12,14 @@
 
 Package: libgetopt-declare-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl
-Description: Getopt::Declare command line argument parser
- Getopt::Declare provides facilities to parse command line options.  It
- builds and runs a parser.  The parser object can be saved and later run on
- different input.  Key features are:
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module for parsing command line arguments
+ Getopt::Declare provides facilities to parse command line options. It builds
+ and runs a parser. The parser object can be saved and later run on different
+ input. Key features are:
  .
-  - Automatic generation of error, usage and version information
-  - Matching of parameter components may be constrained by regular expressions
-  - Execution of embedded actions
-  - Declarative specification of inter-parameter relationships
-  - Selective or global case-insensitive matching of parameters
+  * Automatic generation of error, usage and version information
+  * Matching of parameter components may be constrained by regular expressions
+  * Execution of embedded actions
+  * Declarative specification of inter-parameter relationships
+  * Selective or global case-insensitive matching of parameters




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