summaryrefslogtreecommitdiff
path: root/cpan/Pod-Escapes/ChangeLog
blob: 11a9608cbe25bfa140662f136640746f15a910f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Revision history for Perl extension Pod::Escapes
                                        Time-stamp: "2004-05-07 15:44:30 ADT"

2004-05-07  Sean M. Burke  sburke@cpan.org

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

	Tests rearranged, and new ones added.	

2002-08-27  Sean M. Burke  sburke@cpan.org

	* Release 1.03 -- 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!).
	
2001-12-14  Sean M. Burke  sburke@cpan.org
	
	* Release 1.02 -- added %Name2character_number and e2charnum, at
	the suggestion of Tim Jenness.
	
2001-10-24  Sean M. Burke  sburke@cpan.org

	* Release 1.01 -- first release version