Skip to content

Commit

Permalink
use MONKEY-SEE-NO-EVAL;
Browse files Browse the repository at this point in the history
EVAL doesn't work anymore unless this pragma is used:
use MONKEY-SEE-NO-EVAL;
  • Loading branch information
hankache committed Dec 22, 2015
1 parent e302893 commit ef14fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Template/Mojo.pm
@@ -1,3 +1,4 @@
use MONKEY-SEE-NO-EVAL;
grammar Template::Mojo::Grammar {
token TOP {
^ <expression>* $
Expand Down

0 comments on commit ef14fec

Please sign in to comment.