Patch for Benchmark.pm
authorHugo van der Sanden <hv@crypt.compulink.co.uk>
Sat, 29 Mar 1997 15:04:32 +0000 (15:04 +0000)
committerChip Salzenberg <chip@atlantic.net>
Tue, 25 Mar 1997 19:04:34 +0000 (07:04 +1200)
commit3f1bea595935e4179e5648faacfa5b549f2d7e03
treeb787fe79953416e252b4aa7698984026cd607778
parent37ec1aec856d9f941c54a4c316fd341b54f94bdf
Patch for Benchmark.pm

This patch is a cleanup for the Benchmark module. It documents all the
stuff that wasn't, including my recent patch to allow code references;
it removes the old perl-comment docs that duplicate the POD; it fixes
some minor bugs (mostly of the '$arg ||= $default' instead of
'$arg = $default unless defined $arg' variety) and generally tidies
things up a bit.

Let me know if any of this causes problems,

p5p-msgid: 199703291504.PAA01596@crypt.compulink.co.uk
Signed-off-by: Hugo van der Sanden <hv@crypt.compulink.co.uk>
lib/Benchmark.pm