Revert to using locally defined uniq

This commit is contained in:
Ben Roberts
2016-03-20 19:59:56 +00:00
parent 967cd9708a
commit a55856cb97
-1
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env perl
use Getopt::Long;
use List::MoreUtils qw(uniq);
use v5.10;
my $profile = $ENV{BUILDER_PROFILE} // 3;