Subject: | "Useless use of /d modifier in transliteration operator" warning |
I get a warning every time the is "required":
perl -le 'require Geo::WeatherNWS'
Useless use of /d modifier in transliteration operator at
.../lib/site_perl/5.14.2/Geo/WeatherNWS.pm line 193
Here is more information about the warning:
http://perldoc.perl.org/perldiag.html#Useless-use-of-/d-modifier-in-transliteration-operator
I am using perl v5.14.2, but it looks the web page above starting
documenting about that warning in v5.12.0.