diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-10 16:30:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-10 16:30:21 +0000 |
commit | ae28cfdabdb4b69fc46d64214c67a33c9e9b2683 (patch) | |
tree | 183635b29be4a31945e1f072e9c8bcdbc35b0194 /dist | |
parent | a03ee83dc51fd581517da9929368eaaa7a7ced39 (diff) | |
download | perl-ae28cfdabdb4b69fc46d64214c67a33c9e9b2683.tar.gz |
As of 2.25, 5.6.x is writing minor version 8, so update malice.t
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Storable/t/malice.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/t/malice.t b/dist/Storable/t/malice.t index 95f6e26ffd..79df2d513f 100644 --- a/dist/Storable/t/malice.t +++ b/dist/Storable/t/malice.t @@ -35,7 +35,7 @@ $other_magic = 7 + length $byteorder; $network_magic = 2; $major = 2; $minor = 8; -$minor_write = $] > 5.005_50 ? $] >= 5.008 ? 8 : 7 : 4; +$minor_write = $] > 5.005_50 ? 8 : 4; use Test::More; |