Skip to content

Commit

Permalink
Remove unused List::Util methods
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 13, 2012
1 parent eac3945 commit 0e35590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/sbin/wremonitor.pl
Expand Up @@ -15,7 +15,7 @@
use strict;
use lib '/data/wre/lib';
use Fcntl qw(:flock);
use List::Util qw/first sum max/;
use List::Util qw/sum/;
use Net::SMTP;
use WRE::Config;
use WRE::File;
Expand Down

0 comments on commit 0e35590

Please sign in to comment.