X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FConfigLoader.pm;h=e3ffddc41cd7899cc17c18f7740d3e1cc3790e65;hb=refs%2Ftags%2Fv0.14;hp=99500ecef88e3e2e0d5dd2e8625a1472bc26cef5;hpb=f004a98a1b34eb8c14c5beb42aae9cc5c20e41d5;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index 99500ec..e3ffddc 100644 --- a/lib/Catalyst/Plugin/ConfigLoader.pm +++ b/lib/Catalyst/Plugin/ConfigLoader.pm @@ -7,7 +7,7 @@ use Config::Any; use NEXT; use Data::Visitor::Callback; -our $VERSION = '0.13'; +our $VERSION = '0.14'; =head1 NAME @@ -237,11 +237,7 @@ sub finalize_config { =head1 AUTHOR -=over 4 - -=item * Brian Cassidy Ebricas@cpan.orgE - -=back +Brian Cassidy Ebricas@cpan.orgE =head1 CONTRIBUTORS @@ -266,7 +262,7 @@ Work to this module has been generously sponsored by: =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Brian Cassidy +Copyright 2007 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -277,6 +273,8 @@ it under the same terms as Perl itself. =item * L +=item * L + =item * L =back