r74231 - in /trunk/libdata-optlist-perl/debian: changelog patches/ patches/series patches/spelling.patch
jotamjr-guest at users.alioth.debian.org
jotamjr-guest at users.alioth.debian.org
Thu May 12 06:15:43 UTC 2011
Author: jotamjr-guest
Date: Thu May 12 06:15:08 2011
New Revision: 74231
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74231
Log:
debian/patches/spelling.patch: patch to fix a spelling error
Added:
trunk/libdata-optlist-perl/debian/patches/
trunk/libdata-optlist-perl/debian/patches/series
trunk/libdata-optlist-perl/debian/patches/spelling.patch
Modified:
trunk/libdata-optlist-perl/debian/changelog
Modified: trunk/libdata-optlist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-optlist-perl/debian/changelog?rev=74231&op=diff
==============================================================================
--- trunk/libdata-optlist-perl/debian/changelog (original)
+++ trunk/libdata-optlist-perl/debian/changelog Thu May 12 06:15:08 2011
@@ -20,6 +20,7 @@
* Switch to Source Format 3.0 (quilt)
* Bump Standards Version to 3.9.2
* debian/control: add version (>= 0.96) for Test::More dependency
+ * debian/patches/spelling.patch: patch to fix a spelling error
-- Jotam Jr. Trejo <jotamjr at debian.org.sv> Wed, 11 May 2011 22:57:20 -0600
Added: trunk/libdata-optlist-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-optlist-perl/debian/patches/series?rev=74231&op=file
==============================================================================
--- trunk/libdata-optlist-perl/debian/patches/series (added)
+++ trunk/libdata-optlist-perl/debian/patches/series Thu May 12 06:15:08 2011
@@ -1,0 +1,1 @@
+spelling.patch
Added: trunk/libdata-optlist-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-optlist-perl/debian/patches/spelling.patch?rev=74231&op=file
==============================================================================
--- trunk/libdata-optlist-perl/debian/patches/spelling.patch (added)
+++ trunk/libdata-optlist-perl/debian/patches/spelling.patch Thu May 12 06:15:08 2011
@@ -1,0 +1,15 @@
+Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Subject: spelling
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=68131
+Last-Update: 2011-05-11
+--- a/lib/Data/OptList.pm
++++ b/lib/Data/OptList.pm
+@@ -195,7 +195,7 @@ Valid arguments are:
+ This produces an array of arrays; the inner arrays are name/value pairs.
+ Values will be either "undef" or a reference.
+
+-Positional parameters may be used for compability with the old C<mkopt>
++Positional parameters may be used for compatibility with the old C<mkopt>
+ interface:
+
+ my $opt_list = Data::OptList::mkopt($input, $moniker, $req_uni, $must_be);
More information about the Pkg-perl-cvs-commits
mailing list