Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove left over debug code from test
Thanks to JimmyZ_++ for spotting this!
  • Loading branch information
niner committed Jun 14, 2015
1 parent 035eb53 commit 9075f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/overload.t
Expand Up @@ -18,7 +18,7 @@ $p5.run: q:heredoc/PERL5/;
my ($class, $str) = @_;
return bless \$str, $class;
}
my $foo = Foo->new("foo");
package Bar;
sub new {
my ($class, $str) = @_;
Expand Down

0 comments on commit 9075f90

Please sign in to comment.