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-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

Modules

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