diff options
author | Steve Hay <SteveHay@planit.com> | 2003-04-30 10:52:30 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-05 15:36:39 +0000 |
commit | dff1ecae838c4a648c236c7474f27a4f7e7defb6 (patch) | |
tree | 247168cebccc386866c293051d95af35647cecb8 /utils | |
parent | 68e2ea92f15f8084fda26c4eb8e0939354f923fd (diff) | |
download | perl-dff1ecae838c4a648c236c7474f27a4f7e7defb6.tar.gz |
h2xs generates false comments about ABSTRACT
Message-ID: <3EAF8ECE.8060403@uk.radan.com>
p4raw-id: //depot/perl@19420
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index f9a09a1c09..2a8466e251 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 |