From: Peter Rabbitson Date: Sun, 21 Feb 2010 12:30:32 +0000 (+0000) Subject: The minimal pod seems to confuse the manpage generator, commenting out for now X-Git-Tag: v0.08120~15^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=6f720a197f55809153c8d4fa894e6d335c1f3bcd The minimal pod seems to confuse the manpage generator, commenting out for now --- diff --git a/script/dbicadmin b/script/dbicadmin index 975f62a..ee7bbbb 100755 --- a/script/dbicadmin +++ b/script/dbicadmin @@ -109,28 +109,30 @@ if ($action eq 'select') { print $csv->string()."\n"; } } -__END__ -=begin pod_begin -BEGIN MARKER FOR DYNAMIC POD - -=end pod_begin - -=begin pod_end - -END MARKER FOR DYNAMIC POD - -=end pod_end - -=head1 AUTHOR - -See L. - -=head1 LICENSE - -You may distribute this code under the same terms as Perl itself - -=cut +#__END__ +# +#=begin pod_begin +# +#BEGIN MARKER FOR DYNAMIC POD +# +#=end pod_begin +# +#=begin pod_end +# +#END MARKER FOR DYNAMIC POD +# +#=end pod_end +# +#=head1 AUTHOR +# +#See L. +# +#=head1 LICENSE +# +#You may distribute this code under the same terms as Perl itself +# +#=cut # vim: et ft=perl