Skip to content

Commit

Permalink
Debug updates/comments for Yves
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Sep 28, 2012
1 parent 96785f7 commit fbfb9a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Perl/Decoder/t/300_overload.t
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ use overload '""' => sub {
HERE

# decode object
# Yves: Move this to where the class wasn't loaded yet, and the tests fail
# (which indicates overload hooking into bless and adding magic to the
# object {{citation required}})
my $obj = $decoder->decode($s);
# FOR YVES:
#use Devel::Peek;
#Dump($obj);

# see if overload magic is on object
is("$obj", 123, "Deserialized object serializes fine");
Expand Down

0 comments on commit fbfb9a4

Please sign in to comment.