The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Tk::Peapod.

0.01  Thu Mar 13 22:40:57 2003
	- original version; created by h2xs 1.22 with options
		-X -n Tk::Peapod
	- this is a non-working version.
	- can view minimal POD documents,
	- no new functionality added yet.

0.02	- links are blue and cause mouse pointer to change to an arrow.
	- clicking an internal link actually goes to that part of document.

0.04	- Generate Table of Contents based on =head1, etc headers
	-	make TOC have subparagraphs, such as 3.2.4 and similar
	- Insert TOC numbers in POD view so a printout of TOC and POD
	-	would actually be something semi-useful.
	- Redesign widget as a composite widget of 2 ROText in a frame
	-	separated by an Adjuster widget.
	- Left ROText will eventually hold TOC
	- Right TOText holds POD viewer.
	- saving now because finally got the composite widget to work right.
	-	it wasn't easy, and it'll probably get massaged in future.

0.05	- change absolute font size tag name (12 14 16 18) to a 
	- relative font size tag name (0 1 2 3)
	- will be able to keep all tags in place and simply change
	- the actual font size associated with it to change complete
	- viewing of POD.
	- added a binding in TOC so that clicking on an entry in TOC
	- takes you to that entry in the POD.

0.06	- rearrange relative font sizes to match headN numbers
	- font '1' corresponds with =head1, which makes it the largest font.
	- catch errors when clicking on a link to a non-existent marker.

0.07	- Fixed a problem getting text between markers. 
	- Was dropping the last character, which made links difficult...
	- start differentiating between link to internal section and external POD