The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Pod::Escapes

1.05 2014-02-09 NEILB

    * Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL
    * Made strict- and warnings-clean.
    * Fixed syntax error in abstract: RT#49985 from JDHEDDEN
    * Fixed typo reported in RT#85374 by dsteinbrunner
    * Renamed this file to Changes and reformatted as per CPAN::Changes::Spec
    * Deleted META.yml so MakeMaker will generate MYMETA.{yml,json}
    * Noted in pod that now being maintained by NEILB
    * Added link to github repo in pod

1.04_01 2014-02-08 NEILB

    * All the changes listed in 1.05 above were first done as a developer
      release.

1.04 2004-05-07 SBURKE

    * adding support for E<x123> as an alternate form for E<0x123>.
      Adding the function e2charnum and the hash %Name2character_number.

    * Tests rearranged, and new ones added.

1.03 2002-08-27 SBURKE

    * previous version mistakenly thought that "x4f"
      was the syntax for hex escapes in Pod.  Perlpod says it's 0x4f, so
      Pod::Escapes has been changed to support this syntax instead
      (instead!).

1.02 2001-12-14 SBURKE

    * added %Name2character_number and e2charnum,
      at the suggestion of Tim Jenness.

1.01 2001-10-24 SBURKE

    * Release 1.01 -- first release version