ports/devel/svk/files/patch-lib_SVK_Util.pm
Peter Wemm d9a77ee022 Sustaining patches to make svk to work on newer perl. This is in use
on the FreeBSD.org cluster for historical reasons.

PR:		198820
2015-03-23 17:50:12 +00:00

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