The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.39 Tue Jul  1 10:05:51 PDT 2014
 - Support a maxparse debugging option

0.38 Sun Jun 29 16:02:50 PDT 2014
 - Fix issue#12. Make trace work on outermost rule.

0.37 Sat Jun 28 09:52:45 PDT 2014
 - More doc change for Pegex::Module. ggl++

0.36 Sat Jun 28 09:45:54 PDT 2014
 - Doc change for Pegex::Module. ggl++

0.35 Fri Jun 27 20:55:38 PDT 2014
 - Kwim to Swim

0.34 Mon Jun 23 16:02:08 PDT 2014
 - Fix for issue#13

0.33 Mon Jun 16 13:45:07 PDT 2014
 - Change VERSION dist strategy.

0.32 Sat Jun 14 12:26:36 PDT 2014
 - New badge syntax

0.31 Sat May 17 23:43:00 PDT 2014
 - Add doc badges.
 - Switch to Zilla::Dist
 - Fix a bug in Pegex::Parser

0.30 Sat May 17 23:43:00 PDT 2014
 - Major release.
 - New cleaner syntax.
 - Slight breakage of backwards compatability.
 - Grammar authors can get help on

0.25 Sat Feb  8 14:14:59 PST 2014
 - Support 5.8.1+

0.24 Thu Feb  6 22:56:23 PST 2014
 - tweak some dzil settings

0.23 Thu Feb  6 17:16:39 PST 2014
 - https://rt.cpan.org/Ticket/Display.html?id=82587
 - Doc and example fixes
 - Add 2014 to all copyrights

0.22 Wed Feb  5 11:26:05 PST 2014
 - Release under dzil (thanks frew++!!)
 - travis testing (frew++)

0.21 Thu Nov  8 10:47:42 PST 2012
 - A massive refactoring release.
 - 8-10 times faster parsing speed!
 - Support a b | c precedence in Pegex grammars.
 - Complete documenatation.
 - Examples and Tutorials
 - API becomes more solidified.

0.20 Thu Aug 30 00:06:30 PDT 2012
 - Refactored Pegex to make API less flexible but more sensible,
   explainable and maintainable.

0.19 Sat Nov  5 01:16:15 PDT 2011
 - Fixed Test::Differences missing.

0.18 Fri Sep 30 00:44:35 CEST 2011
 - Use Mo 0.25
 - Support advanced quantifiers and %/%%
 - Rename classes
 - Make AST class use unwrap events and be much simpler.

0.17 Wed Sep 21 23:42:00 CEST 2011
 - Complete refactoring of everything.
 - This hard fought gem was released from Liz++ and Wendy++'s TV room.

0.16 Fri Sep  9 14:51:38 CEST 2011
 - Changed AST model to be faster and simpler.

0.15 Wed Sep  7 10:17:11 BST 2011
 - With this release of Pegex, I do declare the true birthday of Acmeism.
   THis release was performed from the living room of Leon "Acme" Brocard.
   How fitting. His daughter Lara was present to witness her first ever
   CPAN release.

0.14 Sat Aug 20 18:19:20 CEST 2011
 - Fix TestML dep with new version of Module::Package

0.13 Fri Aug 19 20:51:18 EEST 2011
 - Use updated version of TestML with updated version of Pegex!
 - Switch Mouse back to Gloom

0.12 Sun Aug 14 17:27:13 EEST 2011
 - Switch OO to Mouse

0.11 Fri Sep 10 10:41:30 PDT 2010
 - Add manifest_skip and readme_from to Makefile.PL

0.10 Thu Sep  9 10:41:30 PDT 2010
 - Changes supporting TestML 0.20

0.05 Sat Aug 14 17:11:17 PDT 2010
 - Add REPOSITORY and COMMUNITY info to doc.

0.04 Sat Aug 14 17:11:17 PDT 2010
 - Use new Gloom for base OO.

0.02 Tue Aug 10 01:15:58 PDT 2010
 - Changed name from Parse::Pegex to Pegex.

0.01 Tue Aug  3 02:42:29 PDT 2010
 - Initial version.