From: Steve Hay Date: Wed, 30 Apr 2003 09:52:30 +0000 (+0100) Subject: h2xs generates false comments about ABSTRACT X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dff1ecae838c4a648c236c7474f27a4f7e7defb6;p=p5sagit%2Fp5-mst-13.2.git h2xs generates false comments about ABSTRACT Message-ID: <3EAF8ECE.8060403@uk.radan.com> p4raw-id: //depot/perl@19420 --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index f9a09a1..2a8466e 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1255,13 +1255,6 @@ my $pod = <<"END" unless $opt_P; # use $module; # blah blah blah # -#=head1 ABSTRACT -# -# This should be the abstract for $module. -# The abstract is used when making PPD (Perl Package Description) files. -# If you don't want an ABSTRACT you should also edit Makefile.PL to -# remove the ABSTRACT_FROM option. -# #=head1 DESCRIPTION # #Stub documentation for $module, created by h2xs. It looks like the