Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix deprecation message for module
  • Loading branch information
lizmat committed May 21, 2015
1 parent c5b581a commit d8d17f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/module-comment.t
Expand Up @@ -3,7 +3,7 @@ use Test;
plan 1;

#| before
module M;
unit module M;
#= after

is M.WHY, "before\nafter", 'module + semicolon trailing comment';

0 comments on commit d8d17f9

Please sign in to comment.