summaryrefslogtreecommitdiff
path: root/ext/Storable/t/malice.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Storable/t/malice.t')
-rw-r--r--ext/Storable/t/malice.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Storable/t/malice.t b/ext/Storable/t/malice.t
index b4951da144..6d21776683 100644
--- a/ext/Storable/t/malice.t
+++ b/ext/Storable/t/malice.t
@@ -23,6 +23,10 @@ sub BEGIN {
print "1..0 # Skip: Storable was not built\n";
exit 0;
}
+ if ($] < 5.005) {
+ print "1..0 # Skip: Config{ptrsize} not defined\n";
+ exit 0;
+ }
}
use strict;