The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.10 2006-10-1
   + Added Parse::RecDescent prerequisite.
   + Some documentation tweaks.
0.09 2006-10-1
   + Vastly improved documentation (well, from what it was before, at least).
0.08 2006-10-1
   + 'title' generatelet.
   + 'description' generatelet.
   + Name change of 'parse' to 'process'
0.07 2006-10-1
   + Minor bug fix, for real this time.
   + New croak to catch a missing generatelet.
0.06 2006-10-1
   + Minor bug fix.
0.05 2006-10-1
   + Took out some failing boilerplate tests.
0.04 2006-10-1
   + Separate parsing/generation into separate functions: parse() & generate()
   + parse() uses a simple Parse::RecDescent grammar so we can escape '+'.
   + Can now bracket a variable (e.g., "+{name}") to prevent unintended interpolation.
   + 03-singleton.t
   + 04-brace.t
   + 05-escape.t
0.03 2006-09-29
   + Switch from MakeMaker to Module::Build.
   + 02-compatibility.t
0.02 2006-09-29
   + Update to the manifest and some documentation.
0.01 2006-09-28
   + Initial release. More testing and documentation to be done, but it should work.