./devel/p5-Sub-Name, Perl 5 module to (re)name a sub

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.05, Package name: p5-Sub-Name-0.05, Maintainer: pkgsrc-users

The Perl 5 module Sub::Name has only one function, subname, which
assigns new names to subs.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 4ebaeb44655acee749a7097ed038285502bb3c26
RMD160: 6c0f32be09a0c58455e7c87674a4ca796c27a492
Filesize: 3.382 KB

Version history: (Expand)


CVS history: (Expand)


   2010-09-08 22:35:11 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-Sub-Name from 0.04nb2 to 0.05

pkgsrc changes:
- add license definition

Upstream changes:
0.05 -- Wed Sep  8 00:51 CEST 2010
    * Stop using the padlist to refcount GVs. Instead use regular magic. This
      allows various modules, including B::Deparse, to safely peek into pads of
      (re)named subs (Closes RT#42725) (Goro Fuji).
    * Support perl >= 5.13.3 by using the new CvGV_set interface there
      (Closes RT#59558).
    * Stop using the deprecated PL_no_symref (Closes RT#57843).
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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!
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
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-07-28 00:43:45 by Stoned Elipot | Files touched by this commit (1)
Log message:
Add DESTDIR support.
   2008-07-26 09:59:15 by Stoned Elipot | Files touched by this commit (3) | Imported package
Log message:
Initial import of p5-Sub-Name version 0.04 into The NetBSD   
Packages Collection.

The Perl 5 module Sub::Name has only one function, subname, which
assigns new names to subs.