summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-10 16:29:31 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-10 16:29:31 +0000
commita03ee83dc51fd581517da9929368eaaa7a7ced39 (patch)
tree93ae430b02b545bd211ea6024b33e7b18f9f1d15 /dist
parent1afdebce433dba1c67962359f597d3ed45df2192 (diff)
downloadperl-a03ee83dc51fd581517da9929368eaaa7a7ced39.tar.gz
5.8.8's Test::More doesn't provide note(), so revert to a print statement.
Diffstat (limited to 'dist')
-rw-r--r--dist/Storable/t/restrict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/t/restrict.t b/dist/Storable/t/restrict.t
index d2b1836dd0..b21b37cea4 100644
--- a/dist/Storable/t/restrict.t
+++ b/dist/Storable/t/restrict.t
@@ -91,7 +91,7 @@ sub testit {
for $Storable::canonical (0, 1) {
for my $cloner (\&dclone, \&freeze_thaw) {
- note("\$Storable::canonical = $Storable::canonical");
+ print "# \$Storable::canonical = $Storable::canonical\n";
testit (\%hash, $cloner);
my $object = \%hash;
# bless {}, "Restrict_Test";