From: Florian Ragwitz Date: Fri, 5 Feb 2010 17:23:56 +0000 (+0100) Subject: Fix pod typo. X-Git-Tag: 0.96~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85f8714436170f43cd00ef197ef66791aebd648b;p=gitmo%2FMoose.git Fix pod typo. --- diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm index 7f6c4c6..7fcf331 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Hash.pm @@ -183,7 +183,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Hash - role prividing method generators for Hash trait +Moose::Meta::Attribute::Native::MethodProvider::Hash - role providing method generators for Hash trait =head1 DESCRIPTION