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:
102380c
)
Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
author
Radu Greab
<radu@netsoft.ro>
Sat, 8 Jun 2002 00:49:02 +0000
(
03:49
+0300)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 7 Jun 2002 20:51:15 +0000
(20:51 +0000)
Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
p4raw-id: //depot/perl@17071
ext/Storable/t/recurse.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/t/recurse.t
b/ext/Storable/t/recurse.t
index
4543e37
..
d2da630
100644
(file)
--- a/
ext/Storable/t/recurse.t
+++ b/
ext/Storable/t/recurse.t
@@
-140,7
+140,7
@@
my $x = freeze $real;
ok 1, 1;
my $y = thaw $x;
-ok 2,
1
;
+ok 2,
ref $y eq 'OBJ_REAL'
;
ok 3, $y->[0] eq 'a';
ok 4, $y->[1] == 1;