It was Wednesday, February 04, 2004 when Smylers took the soap box, saying: : The core module Carp::Heavy has stub documentation pointing out that it : is for internal use only: : : http://search.cpan.org/src/NWCLARK/perl-5.8.3/lib/Carp/Heavy.pm : : Unfortunately the docs as shipped with Perl 5.8.3 have "Carp heavy : machinery" rather than "Carp::Heavy" in the NAME part. This makes : things that parse the NAME interpret the docs as being for Carp. [snip] : Could we possibly go back to that version of the stub docs?
Sure. Thanks for pointing this out. Casey West -- Shooting yourself in the foot with Assembly Language You try to shoot yourself in the foot only to discover you must first reinvent the gun, the bullet, and your foot. diff -ur perl-current-orig/lib/Carp/Heavy.pm perl-current/lib/Carp/Heavy.pm --- perl-current-orig/lib/Carp/Heavy.pm Sat Jan 10 19:01:27 2004 +++ perl-current/lib/Carp/Heavy.pm Wed Feb 4 17:02:10 2004 @@ -3,7 +3,7 @@ =head1 NAME -Carp heavy machinery - no user serviceable parts inside +Carp::Heavy - heavy machinery, no user serviceable parts inside =cut
