Skip to content

Commit

Permalink
Make EOL tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Sep 10, 2010
1 parent eaca9d5 commit 61f88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Thunk.pm
Expand Up @@ -43,7 +43,7 @@ my ( $vivify_code, $vivify_scalar ) = ( $Data::Thunk::Code::vivify_code, $Data::
sub force ($) {
my $val = shift;

if ( blessed($val) ) {
if ( blessed($val) ) {
no warnings; # UNIVERSAL::isa
if ( $val->UNIVERSAL::isa('Data::Thunk::Code') ) { # we wanna know what it's *real* class is
return $val->$vivify_code;
Expand Down

0 comments on commit 61f88c1

Please sign in to comment.