Skip to content

Commit

Permalink
Merge pull request #9 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
Tadeusz Sośnierz committed May 28, 2015
2 parents 082e829 + 181946f commit 7191791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MuEvent.pm
@@ -1,5 +1,5 @@
#= Event-driven programming in Perl 6
module MuEvent;
unit module MuEvent;

my @timers;
my @sockets;
Expand Down

0 comments on commit 7191791

Please sign in to comment.