diff options
Diffstat (limited to 'lib/Carp/Heavy.pm')
-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. |