This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03ee83
)
As of 2.25, 5.6.x is writing minor version 8, so update malice.t
author
Nicholas Clark
<nick@ccl4.org>
Fri, 10 Dec 2010 16:30:21 +0000
(16:30 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 10 Dec 2010 16:30:21 +0000
(16:30 +0000)
dist/Storable/t/malice.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/Storable/t/malice.t
b/dist/Storable/t/malice.t
index
95f6e26
..
79df2d5
100644
(file)
--- 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;