more spelling fixes
Karen Etheridge [Sat, 22 Jun 2013 16:42:07 +0000 (09:42 -0700)]
lib/MooseX/Types.pm
xt/release/pod-spell.t

index b34e6dd..3a6f2fd 100644 (file)
@@ -565,7 +565,7 @@ targets. For example if you do:
   use TypeAndSubExporter qw(MyStr);
 
 You'll get a '"MyStr" is not exported by the TypeAndSubExporter module' error.
-Upi can workaround by:
+It can be worked around by:
 
   - use Sub::Exporter -setup => { exports => [ qw(something) ] };
   + use Sub::Exporter -setup => { exports => [ qw(something MyStr) ] };
index fa95329..ed44092 100644 (file)
@@ -33,7 +33,6 @@ Sedlacek
 StrOrArrayRef
 TODO
 TypeAndSubExporter
-Upi
 autarch
 caelum
 coercions