r51289 - in /trunk/libmoose-perl/debian: changelog patches/pod-spelling.diff patches/series
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Jan 20 18:09:25 UTC 2010
Author: gregoa
Date: Wed Jan 20 18:08:53 2010
New Revision: 51289
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51289
Log:
New patch pod-spelling.diff: fix a spelling error.
Added:
trunk/libmoose-perl/debian/patches/pod-spelling.diff
Modified:
trunk/libmoose-perl/debian/changelog
trunk/libmoose-perl/debian/patches/series
Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=51289&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Wed Jan 20 18:08:53 2010
@@ -13,6 +13,7 @@
feature. Ideally this would be "perl (>= 5.10.1) | libtest-simple-perl (>=
0.88)" but we can't do that until #541342 is sorted out.
* Remove asterisk from debian/NEWS.
+ * New patch pod-spelling.diff: fix a spelling error.
-- Jonathan Yu <jawnsy at cpan.org> Mon, 18 Jan 2010 16:23:42 -0500
Added: trunk/libmoose-perl/debian/patches/pod-spelling.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/pod-spelling.diff?rev=51289&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/pod-spelling.diff (added)
+++ trunk/libmoose-perl/debian/patches/pod-spelling.diff Wed Jan 20 18:08:53 2010
@@ -1,0 +1,16 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling fix
+Forwarded: no
+Origin: vendor
+
+--- a/lib/Moose/Util/TypeConstraints.pm
++++ b/lib/Moose/Util/TypeConstraints.pm
+@@ -1128,7 +1128,7 @@
+ =item B<< match_on_type $value => ( $type => \&action, ... ?\&default ) >>
+
+ This is a utility function for doing simple type based dispatching similar to
+-match/case in O'Caml and case/of in Haskell. It is not as featureful as those
++match/case in OCaml and case/of in Haskell. It is not as featureful as those
+ languages, nor does not it support any kind of automatic destructuring
+ bind. Here is a simple Perl pretty printer dispatching over the core Moose
+ types.
Modified: trunk/libmoose-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/series?rev=51289&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/series (original)
+++ trunk/libmoose-perl/debian/patches/series Wed Jan 20 18:08:53 2010
@@ -1,1 +1,2 @@
whatis-entries.diff
+pod-spelling.diff
More information about the Pkg-perl-cvs-commits
mailing list