Skip to content

Commit

Permalink
Merge pull request #4 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
moritz committed May 27, 2015
2 parents f5d2161 + ec43b63 commit 992039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/List/Utils.pm
@@ -1,4 +1,4 @@
module List::Utils;
unit module List::Utils;

sub push-one-take-if-enough(@values is rw, $new-value, $n) {
@values.push($new-value);
Expand Down

0 comments on commit 992039f

Please sign in to comment.