Skip Menu |

This queue is for tickets about the Geo-Coder-GoogleMaps CPAN distribution.

Report information
The Basics
Id: 49482
Status: resolved
Priority: 0/
Queue: Geo-Coder-GoogleMaps

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.2
Fixed in: (no value)



Subject: Specify encoding in Pod
Probably you want to specify the encoding of the Pod for Geo::Coder::GoogleMaps to have the documentation have the documentation displayed right on search.cpan.org (http://search.cpan.org/~dupuisarn/Geo-Coder-GoogleMaps-0.2/lib/Geo/Coder/GoogleMaps.pm) and elsewhere. See the attached patch. Regards, Slaven
Subject: Geo-Coder-GoogleMaps-utf8.patch
--- GoogleMaps.pm.orig 2009-09-07 12:11:46.000000000 +0200 +++ GoogleMaps.pm 2009-09-07 12:11:53.000000000 +0200 @@ -11,6 +11,8 @@ use XML::LibXML ; use Geo::Coder::GoogleMaps::Location; +=encoding utf-8 + =head1 NAME Geo::Coder::GoogleMaps - Google Maps Geocoding API
Hi Slaven, thank you very much for your feature request and for the patch, I have implemented it in the latest SVN revision on the code.google.com space for Geo::Coder::GoogleMaps: https://code.google.com/p/geo-coder-googlemaps/source/detail?r=4 Best regards, Arnaud