Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #50 from zrusilla/master
Fixed deprecated "uniq" to "unique".
  • Loading branch information
lizmat committed Nov 29, 2014
2 parents 4d13580 + ab7cddd commit 8167450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-supply/watch_path.t
Expand Up @@ -24,7 +24,7 @@ given $*DISTRO.name {
#==== specific tests from here
sub macosx {
plan 22;
my $s = IO::Notification.watch_path('.').grep({.path eq $filename}).uniq,
my $s = IO::Notification.watch_path('.').grep({.path eq $filename}).unique,
'only about our file';
ok $s ~~ Supply, 'Did we get a Supply?';

Expand Down

0 comments on commit 8167450

Please sign in to comment.