The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.11 - 2024-06-01

  • Change to default encoding of entities in xml() -- and consequently in save() as well:
    • only <, >, &, and " characters are now encoded with HTML::Entities
    • key implication is that most multi-byte unicode characters are now left as-is and no longer encoded as entities
    • users can revert to the HTML::Entities defaults by setting unsafe_chars => undef
  • Version argument in xml() is now implemented as key/value pair instead of a positional parameter

Modules

Create and parse GPX files
Class to store and edit GPX Waypoints