Skip to content

Commit

Permalink
removed comment re: chr(35) workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashk committed Apr 9, 2013
1 parent 826c547 commit dfc5f2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/Test-More/lib/Test/More.mo
Expand Up @@ -10,14 +10,6 @@ package Test::More {
say 1, "..", $test_count;
}

# NOTE:
# The chr(35) silliness is because
# our comment parser seems to like
# to sometimes gobble up quoted strings
# and again, I can't figure it out
# so I added in chr() for now.
# - SL

sub ok ($test, $msg?) is export {
$test_count = $test_count + 1;
if ($test) {
Expand Down

0 comments on commit dfc5f2d

Please sign in to comment.