summaryrefslogtreecommitdiff
path: root/devel/svk/files/patch-lib_SVK_Util.pm
blob: 53166082cdaa9216e39bccd59b20260c0e4337bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/SVK/Util.pm.orig	2009-12-21 16:00:13 UTC
+++ lib/SVK/Util.pm
@@ -88,7 +88,7 @@ use File::Glob qw(bsd_glob);
 use autouse 'File::Basename' 	=> qw(dirname);
 use autouse 'File::Spec::Functions' => 
                                qw(catdir catpath splitpath splitdir tmpdir);
-use autouse 'List::Util'        => qw( max(@) );
+use List::Util;
 
 
 =head1 NAME