perl updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I got a bunch of perl updates that came down today and they seem to have caused some problems with exim's script exiqsumm

Use of uninitialized value $ARGV[0] in string eq at /usr/sbin/exiqsumm line 48.

I'm using the following command which kicks the error out "/usr/bin/mailq | /usr/sbin/exiqsumm".

the line in /usr/sbin/exiqsumm is;
(lines 48 through 53)

if ($ARGV[0] eq '--version') {
    print basename($0) . ": $0\n",
        "build: 4.90_1\n",
        "perl(runtime): $]\n";
        exit 0;
}

I'm guessing the error is a warning since the command still runs as expected.

Jeff
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux