mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
11 lines
366 B
Perl
11 lines
366 B
Perl
--- 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
|