Date: Sat, 14 May 2016 08:02:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209496] sysutils/backuppc: fix fatal error with Perl-5.22 Message-ID: <bug-209496-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209496 Bug ID: 209496 Summary: sysutils/backuppc: fix fatal error with Perl-5.22 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: moiseev@mezonplus.ru Created attachment 170271 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170271&action= =3Dedit patch Using an array as a reference cause fatal error with Perl-5.22. Using "defined(@array)" has been deprecated since v5.6.1, has raised deprecation warnings since v5.16 and, with Perl 5.22, is not tolerated any more. http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#defined(@array)_a= nd_defined(%hash)_are_now_fatal_errors --=20 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-209496-13>