summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Data-Dumper/Dumper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Data-Dumper/Dumper.pm b/ext/Data-Dumper/Dumper.pm
index 19b3c025f5..a992077a1e 100644
--- a/ext/Data-Dumper/Dumper.pm
+++ b/ext/Data-Dumper/Dumper.pm
@@ -101,7 +101,7 @@ sub new {
return bless($s, $c);
}
-if ($] >= 5.006) {
+if ($] >= 5.008) {
# Packed numeric addresses take less memory. Plus pack is faster than sprintf
*init_refaddr_format = sub {};