Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 20:07:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214407] news/inn: send-uucp warning with perl 5.24
Message-ID:  <bug-214407-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214407
           Summary: news/inn: send-uucp warning with perl 5.24
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: johans@FreeBSD.org
          Reporter: naddy@FreeBSD.org
             Flags: maintainer-feedback?(johans@FreeBSD.org)
          Assignee: johans@FreeBSD.org

With the switch to perl 5.24, send-uucp from INN 2.6.0 now generates this
warning:

Argument "0.33_01" isn't numeric in numeric lt (<) at
/usr/local/news/bin/send-uucp line 56.

The Perl code is this:

     51 my $use_syslog =3D 0;
     52=20
     53 eval { require Sys::Syslog; import Sys::Syslog; $use_syslog =3D 1; =
};
     54=20
     55 if ($use_syslog) {
     56     if ($Sys::Syslog::VERSION < 0.15) {

There is probably a standard idiom to fix this, but I don't know it.

--=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-214407-13>