Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 19:13:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194337] Latest perl and SVK does not work
Message-ID:  <bug-194337-13-C3vnwVnBWW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194337-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194337-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194337

Kurt Jaeger <pi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion

--- Comment #1 from Kurt Jaeger <pi@FreeBSD.org> ---
Reproduced on 10.0p9 with perl 5.20.

cd /usr/local/lib/perl5/site_perl/5.20/SVK
vi Util.pm

replace

use autouse 'List::Util'        => qw( max(@) );

with

use List::Util;

makes svk usable again.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194337-13-C3vnwVnBWW>