diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-10-03 15:12:58 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-10-03 11:03:41 +0000 |
commit | 197b90bc675dbb2231247e9e988048a1157fec5f (patch) | |
tree | 1cf5221903bb16ad5e438bbc018a7cee2e5aae8b /ext/Storable/t/malice.t | |
parent | 9cfdba97320df942c6094cb3fa2119367540b63a (diff) | |
download | perl-197b90bc675dbb2231247e9e988048a1157fec5f.tar.gz |
Re: Not OK 17969
Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
p4raw-id: //depot/perl@17971
Diffstat (limited to 'ext/Storable/t/malice.t')
-rw-r--r-- | ext/Storable/t/malice.t | 4 |
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; |