Skip to content

Commit 0e35590

Browse files
committedJan 13, 2012
Remove unused List::Util methods
1 parent eac3945 commit 0e35590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/sbin/wremonitor.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use strict;
1616
use lib '/data/wre/lib';
1717
use Fcntl qw(:flock);
18-
use List::Util qw/first sum max/;
18+
use List::Util qw/sum/;
1919
use Net::SMTP;
2020
use WRE::Config;
2121
use WRE::File;

0 commit comments

Comments
 (0)