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 Class::HPLOO.

0.11  2004-02-08
      - Added support for attributes with attr().
      - Preparating for object persistence.


0.10  2004-02-05
      - Bug fix for "-s foo", due bug on Filter::Simple.
      - Added recursivety for build-hploo script.


0.09  2004-01-23
      - Just some bug fixes.


0.08  2004-01-17
      - Changed behavior of return 0 for object initializer.
        Now is reutnr UNDEF, where UNDEF is a constant.
      - Fixed bug with q|qq|qr|qw|qx|tr|y|s|m. (where still buggy!)
      - Fixed bug on comments place holder.


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