From: Perl 5 Porters Date: Wed, 28 Aug 1996 04:04:04 +0000 (+0000) Subject: Make leading =head NAME item a paragraph so pod2man finds it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf35f3c155e210961881a70e00e6132b04502e13;p=p5sagit%2Fp5-mst-13.2.git Make leading =head NAME item a paragraph so pod2man finds it. --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 4ef790e..f7a38ab 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -33,6 +33,7 @@ $Config{'startperl'} # In the following, perl variables are not expanded during extraction. print OUT <<'!NO!SUBS!'; + =head1 NAME h2xs - convert .h C header files to Perl extensions