Changes for version 1.11 - 2024-06-25
- The encoding of entities in xml() and save() has a new default:
- only the <, >, &, and " characters are now encoded by default with HTML::Entities
- key implication is that most multi-byte unicode characters are left as-is and no longer encoded as entities
- users can revert to the previous default (which is equivalent to that of HTML::Entities) by explicitly setting unsafe_chars => undef
- Version argument in xml() is now implemented as key/value pair instead of a positional parameter
Module Install Instructions
To install Geo::Gpx, copy and paste the appropriate command in to your terminal.
cpanm Geo::Gpx
perl -MCPAN -e shellinstall Geo::Gpx
For more information on module installation, please visitthe detailed CPAN module installation guide.