diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-28 04:04:04 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-28 04:04:04 +0000 |
commit | cf35f3c155e210961881a70e00e6132b04502e13 (patch) | |
tree | 99878c33f6d572c49cd2afc01cdc41c27d54e9e2 /utils | |
parent | 20cec16afc5978d179efa41282d3f0a2034f1b78 (diff) | |
download | perl-cf35f3c155e210961881a70e00e6132b04502e13.tar.gz |
Make leading =head NAME item a paragraph so pod2man finds it.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 4ef790eff0..f7a38ab069 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 |