X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FBuild.pm;h=7ecdba7852e589391b6764cda2717c7a9e7ad4ac;hp=d37840e3737137c43addbe90ac5858a3c7955031;hb=b5ecfcf07b8ffe7e9984f0279c8781ce51c6ac6a;hpb=9cee95889d823f262f505a9530c4044b0f0da485 diff --git a/lib/Catalyst/Build.pm b/lib/Catalyst/Build.pm index d37840e..7ecdba7 100644 --- a/lib/Catalyst/Build.pm +++ b/lib/Catalyst/Build.pm @@ -27,9 +27,7 @@ L extension for Catalyst. =head1 METHODS -=over 4 - -=item ACTION_install +=head2 ACTION_install =cut @@ -39,7 +37,7 @@ sub ACTION_install { $self->ACTION_install_extras; } -=item ACTION_fakeinstall +=head2 ACTION_fakeinstall =cut @@ -50,7 +48,7 @@ sub ACTION_fakeinstall { $self->ACTION_install_extras; } -=item ACTION_install_extras +=head2 ACTION_install_extras =cut @@ -89,16 +87,14 @@ sub _find_extras { return @files; } -=back - =head1 AUTHOR Sebastian Riedel, C =head1 LICENSE -This library is free software . You can redistribute it and/or modify it under -the same terms as perl itself. +This library is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. =cut