diff --git a/Changes b/Changes index 73e3e88..a53f4b6 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Catalyst-Plugin-EnableMiddleware +0.002 06 April 2012 + - Fixed 'to much cut and paste' in the docs + 0.001 05 April 2012 - initial release with all features complete diff --git a/dist.ini b/dist.ini index fa47c5d..031b483 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ author = John Napiorkowski license = Perl_5 copyright_holder = John Napiorkowski copyright_year = 2012 -version = 0.001 +version = 0.002 [@Basic] [Prereqs] diff --git a/lib/Catalyst/Plugin/EnableMiddleware.pm b/lib/Catalyst/Plugin/EnableMiddleware.pm index fcf933a..733317b 100644 --- a/lib/Catalyst/Plugin/EnableMiddleware.pm +++ b/lib/Catalyst/Plugin/EnableMiddleware.pm @@ -113,7 +113,7 @@ However there may be cases when you'd rather enable middleware via you L application have control over the middleware configuration. -This plugin lets you enable L applications via configuration. For example, +This plugin lets you enable L middleware via configuration. For example, the above mapping could be re-written as follows: package MyApp::Web; @@ -154,7 +154,7 @@ doesn't preclude the other. =head1 CONFIGURATION Configuration for this plugin should be a hashref under the top level key -C, as in the following: +C, as in the following: __PACKAGE__->config( 'Plugin::EnableMiddleware', \@middleware); @@ -188,7 +188,7 @@ John Napiorkowski L =head1 SEE ALSO -L, L, L +L, L, L =head1 COPYRIGHT & LICENSE