clearcache clearallcache disablecache enablecache);
%EXPORT_TAGS=( all => [ @EXPORT, @EXPORT_OK ] ) ;
-$VERSION = 1.13;
+$VERSION = 1.14;
# --- ':hireswallclock' special handling
# A conservative warning to spot very silly tests.
# Don't assume that your benchmark is ok simply because
# you don't get this warning!
- print " (warning: too few iterations for a reliable count)\n"
+ warn " (warning: too few iterations for a reliable count)\n"
if $n < $Min_Count
|| ($t->real < 1 && $n < 1000)
|| $t->cpu_a < $Min_CPU;
=item *
+L<Benchmark> has been upgraded from version 1.13 to 1.14.
+
+The "too few iterations" message is now a warning on STDERR
+instead of being output on STDOUT.
+
+=item *
+
L<PerlIO::scalar> has been upgraded from version 0.15 to 0.16.
The buffer scalar supplied may now only contain code pounts 0xFF or