Skip to content

Commit

Permalink
Merge pull request #2 from paultcochrane/pr/add-unit-declarator
Browse files Browse the repository at this point in the history
Add unit declarator to module declarations
  • Loading branch information
dginev committed Jun 11, 2015
2 parents 70a3b87 + d9178fa commit 472bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Lingua/EN/Sentence.pm6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Lingua::EN::Sentence:auth<LlamaRider>;
unit module Lingua::EN::Sentence:auth<LlamaRider>;
use v6;

my Str $EOS="\0\0\0";
Expand Down

0 comments on commit 472bb06

Please sign in to comment.