Revision history for Perl extension Language::P.

0.01_02  Sat Nov 22 22:23:35 CET 2008
	- Parsing:
	    - Anonymous subroutines and closed-over lexical variables.
	    - Improved parsing of dereferences using '->'.
	    - Labels, goto and loop control statements.
	    - local().
	    - continue blocks.
	    - Add file and line information to tokens and use it to
	      report parse errors.
	- Toy runtime:
	    - local() for plain scalars.
	    - Anonymous subroutines and closures.
	    - Implement all loops (for, foreach, while, until, bare blocks).
	    - Loop control statements (only when not requiring stack unwinding).
	- Move to Git on GitHub.

0.01_01  Tue Sep 16 18:17:30 CEST 2008
	- First release.

