version 0.003; 2010-09-20

  * port to Perl 5.13.5: yyparse() takes a parameter

  * don't skip tests for $[ on 5.13 and the future 5.14, now that $[
    won't be removed until 5.15

  * in XS, use gv_stashpvs() wherever appropriate

  * use full stricture in test suite

  * in test suite, make all numeric comparisons against $] stringify it
    first, to avoid architecture-dependent problems with floating point
    rounding giving it an unexpected numeric value

  * in Build.PL, complete declaration of configure-time requirements

version 0.002; 2010-07-20

  * make current_environment operator compile correctly when imported
    lexically via Lexical::Import

  * port to Perl 5.13.3: use CvGV_set()

  * correct order of parse_perl() parameters in synopsis

  * small doc rewording

  * in XS, use PERL_NO_GET_CONTEXT for efficiency

  * in XS, use macros to avoid explicit passing of aTHX, in the manner
    of the core

  * add MYMETA.yml to .cvsignore

version 0.001; 2009-11-22

  * port to Perl 5.11.2: different usage for pad_findmy()

  * in Build.PL, explicitly declare configure-time requirements

version 0.000; 2009-10-20

  * initial released version