Skip to content

Commit

Permalink
Merge pull request #5 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
perlpilot committed Jun 26, 2015
2 parents 2f33b8c + 41ce763 commit 175c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Benchmark.pm6
@@ -1,4 +1,4 @@
module Benchmark;
unit module Benchmark;

my sub time_it (Int $count where { $_ > 0 }, Code $code) {
my $start-time = time;
Expand Down

0 comments on commit 175c283

Please sign in to comment.