diff options
author | Larry W. Virden <lvirden@cas.org> | 1999-08-03 11:35:06 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-16 19:44:29 +0000 |
commit | d1b0e9228aaccf64ff615893215c1ede959ca520 (patch) | |
tree | 7fc56ac4a9c3d5ad6459124c1b56f83f3b0ef1f1 /lib/Carp | |
parent | 1adde44ac191511645febc3575d1c4082afc20c4 (diff) | |
download | perl-d1b0e9228aaccf64ff615893215c1ede959ca520.tar.gz |
Fix most of the pod2man moanings reported in
To: perl5-porters@perl.org
Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
(UNINSTALLED)
Message-Id: <199908031935.PAA27692@cas.org>
Configure regen'ed.
p4raw-id: //depot/cfgperl@3998
Diffstat (limited to 'lib/Carp')
-rw-r--r-- | lib/Carp/Heavy.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Carp/Heavy.pm b/lib/Carp/Heavy.pm index ae662c1f26..161e7fbe73 100644 --- a/lib/Carp/Heavy.pm +++ b/lib/Carp/Heavy.pm @@ -1,4 +1,19 @@ package Carp; + +=head1 NAME + +Carp::Heavy - Carp guts + +=head1 SYNOPIS + +(internal use only) + +=head1 DESCRIPTION + +No user-serviceable parts inside. + +=cut + # This package is heavily used. Be small. Be fast. Be good. # Comments added by Andy Wardley <abw@kfs.org> 09-Apr-98, based on an |