Skip to content

Commit

Permalink
missed import of ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Feb 17, 2016
1 parent b36e721 commit ef4425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S11-modules/require.t
Expand Up @@ -4,7 +4,7 @@ use lib '.';
use MONKEY-SEE-NO-EVAL;

my $required-Test = (require Test <&plan &is &lives-ok &skip &todo
&nok &throws-like &eval-lives-ok>);
&nok &throws-like &eval-lives-ok &ok>);
plan 25;

# RT #126100
Expand Down

0 comments on commit ef4425d

Please sign in to comment.