[Bug 336554] Re: Use of uninitialized value $_[0] in pattern match (m//) at /usr/share/perl5/Geo/IPfree.pm line 80.

Brian Cassidy brian.cassidy at gmail.com
Tue Mar 31 12:36:46 UTC 2009


This is actually a bug with awstats. Specifically the geoipfree plugin.

Line 54 calls:

$gi = Geo::IPfree::new();

It should really be

$gi = Geo::IPfree->new();

-- 
Use of uninitialized value $_[0] in pattern match (m//) at /usr/share/perl5/Geo/IPfree.pm line 80.
https://bugs.launchpad.net/bugs/336554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list