From: Tomas Doran Date: Tue, 23 Aug 2011 15:17:50 +0000 (+0100) Subject: Missed Plugin::Authentication X-Git-Tag: 5.90003~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=14eb7697d007e9e1b08be593846233533a880f60 Missed Plugin::Authentication --- diff --git a/Changes b/Changes index acc4c84..4af1ee9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + Documentation fixes: + + - Document Catalyst::Plugin::Authentication fails tests unless + you use the latest version with Catalyst 5.9 + 5.90002 - 2011-08-22 21:44:00 Backward compatibility fixes: diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 95c9fc2..81cd319 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -61,6 +61,11 @@ function perfectly with this version of Catalyst). Has been updated to fix failing tests (although older versions still function perfectly with this version of Catalyst). +=item Catalyst::Plugin::Authentication + +Has been updated to fix failing tests (although older versions still +function perfectly with this version of Catalyst). + =back =head1 PREVIOUS VERSIONS