Commit graph

3 commits

Author SHA1 Message Date
he
385c256520 Updated from version 0.97nb1 to 0.98.
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().
2008-11-17 03:04:01 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
seb
2366475474 Initial import of p5-Lexical-Persistence version 0.97 in the NetBSD
Packages Collection.

The Perl 5 module Lexical::Persistence does a few things, all
related to access to persistent data through lexical variables.
2008-10-06 21:54:30 +00:00