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 | ca24dfc6e670a1e3ff3c351be5646eb755ffa455 (patch) | |
tree | 7fc56ac4a9c3d5ad6459124c1b56f83f3b0ef1f1 /lib/Exporter | |
parent | 22bc48d7a02ad074284858db5700b128d4254625 (diff) | |
download | perl-ca24dfc6e670a1e3ff3c351be5646eb755ffa455.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/Exporter')
-rw-r--r-- | lib/Exporter/Heavy.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Exporter/Heavy.pm b/lib/Exporter/Heavy.pm index f7e95e2b1b..f049e72ea9 100644 --- a/lib/Exporter/Heavy.pm +++ b/lib/Exporter/Heavy.pm @@ -1,5 +1,18 @@ package Exporter; +=head1 NAME + +Exporter::Heavy - Exporter guts + +=head1 SYNOPIS + +(internal use only) + +=head1 DESCRIPTION + +No user-serviceable parts inside. + +=cut # # We go to a lot of trouble not to 'require Carp' at file scope, # because Carp requires Exporter, and something has to give. |