maxmind / GeoIP2-perl

Perl API for MaxMind's GeoIP2 web services and databases
https://metacpan.org/release/GeoIP2/
Other
18 stars 11 forks source link

web-service-request script has too generic name #78

Closed ppisar closed 2 years ago

ppisar commented 4 years ago

GeoIP2-2.006002 distribution installs a web-service-request script. That name is not a good one for a system-wide program, because there can be many other software packages that might want to install a script for requesting a web service.

I recommend renaming the script to geoip2-web-service-request.

oschwald commented 4 years ago

I agree. I'm not entirely sure what the initial intent was with that script. Given the use of use lib and its limited utility, I suspect the intent was for it to be an example program rather than something installed with the package.

oschwald commented 2 years ago

I am closing this as the module has been deprecated and we are only fixing serious bugs at this point.