Comment 1 for bug 336554

Revision history for this message
Brian Cassidy (brian-cassidy) wrote :

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();