X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=dd26cf802d00d9f96e36ce959d8c871f78075e84;hb=202af0af514771dd8e14557e971467c522eae3f4;hp=a8b09a0166de84659936cbee7b3a6d5cfef35aa2;hpb=8f57bf96b78b15ca9407e6ab5d2426745ac8a1f0;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index a8b09a0..dd26cf8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast, + fixing undeclared dependency on Class::Accessor::Fast. - Change Catalyst::Authentication::Realm to use String::RewritePrefix rather than doing namespace mangling manually. - Fix whitespace and tabs, add Test::EOL and Test::NoTabs