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

0.07  2004-01-17
      - Fixed bug with subclasses recursion.


0.06  2004-01-17
      - Fixed bug with $this and strict.


0.05  2004-01-17
      - Fixed bug with subclasses, where subs were parsed more than 1 time.


0.04  2004-01-17
      - Added #line handler to keep the original line number.
      - Added support for declaration o sub classes: class foo { class subfoo {...} }


0.03  2004-01-16
      - Fixed bug with q|qq|qr|qw|qx|tr|y|s|m.
      - Enable syntax "use vars ($var)", since is common to add the "use" before.
      - Added die alert for extract_block() for non well closed blocks.
      - Now __END__.* is striped from the source.


0.02  2004-01-16
      - Now produce better formatted code when using import option "nice" or "dump"
      - New script nuil-hploo.pl, to convert .hploo files to .pm.
      - Added support to ePod at the __END__ of a hploo file.


0.01  Tue Sep 30 14:35:04 2003
	- original version; created by h2xs 1.21 with options
		-X Class::HPLOO