Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track eval -> EVAL spec change
  • Loading branch information
coke committed Jan 3, 2014
1 parent a772146 commit dc1544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test.pm
Expand Up @@ -237,7 +237,7 @@ sub _is_deeply(Mu $got, Mu $expected) {

sub eval_exception($code) {
try {
eval ($code);
EVAL ($code);
}
$!;
}
Expand Down

0 comments on commit dc1544f

Please sign in to comment.