X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=d55319a3ba700f1f52f3fc23fd2355f69c2a3588;hb=1198a7d4198067fe35497e32177c9075ec953fab;hp=17118f5b8b2e91754c027da2c12e654be4b0de16;hpb=22d5272553a4acc5be7ead2942795811992c1abb;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 17118f5..d55319a 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -23,16 +23,6 @@ $VERSION =~ tr/_//d; my %cache; -=head1 NAME - -Catalyst::Helper - Bootstrap a Catalyst application - -=head1 SYNOPSIS - - catalyst.pl - -=cut - sub get_sharedir_file { my ($self, @filename) = @_; my $dist_dir; @@ -543,6 +533,17 @@ sub _deprecate_file { } } +1; +__END__ + +=head1 NAME + +Catalyst::Helper - Bootstrap a Catalyst application + +=head1 SYNOPSIS + + catalyst.pl + =head1 DESCRIPTION This module is used by B to create a set of scripts for a @@ -710,20 +711,14 @@ Don't give the number or the .t suffix for the test name. Method for getting a file out of share/ -=cut - =head2 render_file_contents Process a L template. -=cut - =head2 render_sharedir_file Render a template/image file from our share directory -=cut - =head1 NOTE The helpers will read author name from /etc/passwd by default. @@ -744,6 +739,3 @@ This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut - -1; -