From: gfx Date: Tue, 3 Nov 2009 04:09:03 +0000 (+0900) Subject: Fix a typo X-Git-Tag: 0.40_06~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=c5f6ad05f942b8a1aab0c85e55338a6e498a2bf0 Fix a typo --- diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index 1dbb7ab..f5e3599 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -168,7 +168,7 @@ package sub name { $_[0]->{package} } sub _method_map { $_[0]->{methods} } -sub _attribute_map{ $_[0]->{attribute_map} } +sub _attribute_map{ $_[0]->{attributes} } sub namespace{ my $name = $_[0]->{package};