X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=597bca755ac7ba736eea5657000c988fa5342259;hp=472ef3992ea01ee4a486600c1f6b1238480417a7;hb=5202412817c039439a537f11fb5b78a0b8b80955;hpb=f05af9ba770db5ada00fc0fb593560f39cc6b817 diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 472ef39..597bca7 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -16,7 +16,7 @@ sub MODIFY_CODE_ATTRIBUTES { return (); } -sub FETCH_CODE_ATTTRIBUTES { $_[0]->_attrcache->{ $_[1] } || () } +sub FETCH_CODE_ATTRIBUTES { $_[0]->_attrcache->{ $_[1] } || () } =head1 NAME