[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Moose commit bit



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.
------------------------------------------------------------------------