Commit graph

11 commits

Author SHA1 Message Date
wen
60448f0ea4 Update to 1.023
Update DEPENDS

Upstream changes:
------------------------------------------
version 1.023 at 2013-08-15 17:08:41 +0000
------------------------------------------

  Change: a1eed1260e5bea0eaf68f3b73a139909963672d5
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-15 13:01:43 +0000

    Add MANIFEST.SKIP.

------------------------------------------
version 1.022 at 2013-08-11 20:02:26 +0000
------------------------------------------

  Change: 930f3b70a5ff468ed48ae218638fcfd5d6e34838
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-11 16:02:26 +0000

    Update copyright date.

  Change: 42a9e410cedd1a656fc88f5d2db4fee9706c1ec6
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-11 15:57:08 +0000

    Merge branch 'master' of github.com:rcaputo/lexical-persistence

  Change: 5288e78f14d4459af3e1e48556909aa6c01e3ef1
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-11 15:54:44 +0000

    Switch to Dist::Zilla.

  Change: e59502b75249ab6f0c902f876003cb3119e3612c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2013-08-03 20:16:42 +0000

    Merge pull request #2 from dsteinbrunner/patch-1

    Documentation typo fix.

  Change: 804c7f59f50be69d7ae6091b02f1c5a93dafcf18
  Author: David Steinbrunner <dsteinbrunner@pobox.com>
  Date : 2013-07-21 20:21:49 +0000

    typo fix

================================================
Plus 6 releases after 2012-08-15 00:00:00 +0000.
================================================
2013-08-21 09:39:05 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
8cb35f66e2 Updating devel/p5-Lexical-Persistence from 1.01 to 1.02
Upstream changes:
================================
2010-03-08 02:11:05 -0500 v1_020
================================

  commit 80b29a80ddfb87de00fda2d1f968662fb346096c
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Mar 8 02:11:05 2010 -0500

    Prepare for git repository and distribution toolchain.

  commit 5e7c550711e13addbefb19637771455e3985fc40
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Mar 8 01:52:25 2010 -0500

    Rearrange files for git repository.
2010-03-16 22:59:37 +00:00
sno
8ed7226a50 Updating package for p5 module Lexical::Persistence from 0.98 to 1.01
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.
2009-08-09 11:41:42 +00:00
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