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

0.01  Sat Mar 20 15:15:00 2004
	- original version; created by h2xs 1.23 with options
		-AX -n Tie::History

0.02 Wed Apr 28 2004
  - Updated Makefile.PL to require 5.8
  - Updated the POD and tests to reflect $tobj = tie($scalar, 'Tie::History'),
    And then using $tobj->commit instead of tied($scalar)->commit.