- 1.14 Thu Jun 4 09:48:51 EDT 2009
POD updates
- 1.13 Mon Mar 31 19:27:27 EDT 2008
Minor Makefile.PL, testfile udpates.
- 1.11
Minor change in use arg's: -e [optinal name],
-b [optinal name] allow exporting both exercise
and benchmark with alternate names; drops -n
switch (which only handles one of them).
- 1.10 Wed Jun 27 02:31:07 EDT 2007
Split into separate modules for benchmark, execute
operation. Avoids loading benchmark module if it
won't be used; pushed common variables and utility
subs into separate module.
- 1.04 Fri Jun 1 16:42:07 EDT 2007
eval use Time::HiRes then Benchmark qw( :hireswallclock ).
If that fails then use Benchmark without the hireswallclock.
- 1.05 Sun Jun 3 15:00:57 EDT 2007
Require Benchmark-1.07, which handles issues with
missing Time::HiRes properly.
Remove begin hacks for dealing with missing Time::HiRes.