diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-01 18:10:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-01 18:10:58 +0000 |
commit | ab648d5eb0a7286231b7140c37b59641898641f5 (patch) | |
tree | 822356eb9040603346e6c8dbc747677532ffdf75 /lib | |
parent | bc89e66f06f2a92e37ea7c110f66788fcfbe6847 (diff) | |
download | perl-ab648d5eb0a7286231b7140c37b59641898641f5.tar.gz |
Podify README.mpeix (a new version from the web),
add a dummy NAME to Carp::Heavy, regen toc.
p4raw-id: //depot/perl@8291
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Carp/Heavy.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Carp/Heavy.pm b/lib/Carp/Heavy.pm index dac9c751ab..b551560e61 100644 --- a/lib/Carp/Heavy.pm +++ b/lib/Carp/Heavy.pm @@ -1,6 +1,12 @@ # Carp::Heavy uses some variables in common with Carp. package Carp; +=head1 NAME + +Carp heavy machinery - no user serviceable parts inside + +=cut + # use strict; # not yet # On one line so MakeMaker will see it. |