This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move PerlIO::via::QuotedPrint from ext/ to cpan/
[perl5.git] / ext / Pod-Escapes / ChangeLog
1 Revision history for Perl extension Pod::Escapes
2                                         Time-stamp: "2004-05-07 15:44:30 ADT"
3
4 2004-05-07  Sean M. Burke  sburke@cpan.org
5
6         * Release 1.04 -- adding support for E<x123> as an alternate form
7         for E<0x123>.  Adding the function e2charnum nad the hash
8         %Name2character_number.
9
10         Tests rearranged, and new ones added.   
11
12 2002-08-27  Sean M. Burke  sburke@cpan.org
13
14         * Release 1.03 -- previous version mistakenly thought that "x4f"
15         was the syntax for hex escapes in Pod.  Perlpod says it's 0x4f, so
16         Pod::Escapes has been changed to support this syntax instead
17         (instead!).
18         
19 2001-12-14  Sean M. Burke  sburke@cpan.org
20         
21         * Release 1.02 -- added %Name2character_number and e2charnum, at
22         the suggestion of Tim Jenness.
23         
24 2001-10-24  Sean M. Burke  sburke@cpan.org
25
26         * Release 1.01 -- first release version