pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
=================================
2009-07-27T16:08:44.238440Z v1_01
=================================
2009-07-27 16:08:19 (r22) by rcaputo; lib/Lexical/Persistence.pm M
Reorganize documentation links.
2009-07-27 04:48:07 (r21) by rcaputo
lib/Lexical/Persistence.pm M; Makefile.PL M
Added a machine-readable repository directory to the distribution.
Documented the bug tracker, repository, and other resource URLs.
2008-12-15 16:19:56 (r20) by rcaputo; Makefile.PL M
Keep UTF8 out of the README, because that messes up the SYNOPSIS.
Upstream changes:
2008-11-07 18:11:57 (r18) by rcaputo; lib/Lexical/Persistence.pm M
Ready for 0.98
2008-11-07 04:36:12 (r17) by rcaputo; lib/Lexical/Persistence.pm M
Replace eval() with do() in the docs. Note that lexical declarations
are preserved by compile(), which is used by do(), so declared
variables need not be redeclared all the time.
2008-11-03 20:02:16 (r16) by rcaputo; t/04_eval.t M
Fix tests to use do() rather than eval().
2008-11-03 19:57:55 (r15) by rcaputo; lib/Lexical/Persistence.pm M
Another attempt at eval(), this time called do().
2008-11-01 05:38:30 (r14) by rcaputo
t/04_eval.t A; MANIFEST M; lib/Lexical/Persistence.pm M
Apply Paul "LeoNerd" Evans' patch to add compile() and eval().