X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=8b5caf271c00c08a5cafb58023e164a26a8534b1;hb=e72a3cd6e12d8b9594dcfdddf13c1fbabdffb900;hp=95c9fc27d44bc169fde821f7bbbb181f908f2fbd;hpb=9b3b1b9c418f3e875c782bf405fcb85b44ea7a4b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 95c9fc2..8b5caf2 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 @@ -162,7 +167,7 @@ classes are better implemented as Moose roles. =item * -L is used to contain action +L is used to contain action attributes. This means that attributes are represented in the MOP, and decouples action creation from attributes.