Tiny POD clarification. 'pairs' too ambiguous.
Jay Hannah [Wed, 15 Sep 2010 19:23:58 +0000 (14:23 -0500)]
lib/Moose/Meta/Attribute/Native/Trait/Hash.pm

index dab4ed2..fa31eff 100644 (file)
@@ -47,7 +47,7 @@ Moose::Meta::Attribute::Native::Trait::Hash - Helper trait for HashRef attribute
           has_no_options => 'is_empty',
           num_options    => 'count',
           delete_option  => 'delete',
-          pairs          => 'kv',
+          option_pairs   => 'kv',
       },
   );