Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update with perlpilot's suggestion
  • Loading branch information
tbrowder committed Sep 8, 2016
1 parent 78f8578 commit 0a7d930
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/Language/modules.pod6
Expand Up @@ -164,9 +164,11 @@ Notes:
1. The C<:MANDATORY> tag on an exported sub ensures it will be exported
no matter whether the using program adds any tag or not.
2. The space after the module name and before the tag is mandatory.
2. All exported sub without an explicit tag are implicitly :DEFAULT.
3. Multiple tags may be used (separated by commas). For example:
3. The space after the module name and before the tag is mandatory.
4. Multiple tags may be used (separated by commas). For example:
=begin code
# main.pl
Expand Down

0 comments on commit 0a7d930

Please sign in to comment.