[Omaha.pm] Moose commit bit

Jay Hannah jhannah at omnihotels.com
Thu Oct 2 09:33:34 PDT 2008


Sweet, I have a Moose commit bit too now. Below, my first patch. A stroke of genius, wouldn't you say?  :)
 
j
 
 
$ svn diff -r6239:6240
Index: lib/Moose/Util/TypeConstraints.pm
===================================================================
--- lib/Moose/Util/TypeConstraints.pm   (revision 6239)
+++ lib/Moose/Util/TypeConstraints.pm   (revision 6240)
@@ -751,7 +751,7 @@
 B<NOTE:> Any type followed by a type parameter C<[`a]> can be
 parameterized, this means you can say:
-  ArrayRef[Int]    # an array of intergers
+  ArrayRef[Int]    # an array of integers
   HashRef[CodeRef] # a hash of str to CODE ref mappings
   Maybe[Str]       # value may be a string, may be undefined
 
 
 
$ svn log -vr6240
------------------------------------------------------------------------
r6240 | jhannah | 2008-10-02 11:28:04 -0500 (Thu, 02 Oct 2008) | 2 lines
Changed paths:
   M /Moose/trunk/lib/Moose/Util/TypeConstraints.pm
POD typo corrected.
------------------------------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/omaha-pm/attachments/20081002/e08db334/attachment.html>


More information about the Omaha-pm mailing list