NOTICE: This package has been removed from pkgsrc

./devel/p5-parent, Establish an ISA relationship with base classes at compile time

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.238nb1, Package name: p5-parent-0.238nb1, Maintainer: pkgsrc-users

Allows you to both load one or more modules, while setting up
inheritance from those modules at the same time. Mostly similar in
effect to:

package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 10fd90c605deac346b1325356d569650468ab8d6
RMD160: b4af0bafa8dfaab16a41c63a73b9611e68077f5e
Filesize: 10.145 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-04-18 14:47:42 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-parent) Updated to 0.238

0.238 2020-02-07
    . Move the prerequisite Test::More from being a runtime prerequisite
      to a test time / build time prerequisite (PR #11, by Haarg)
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232)
Log message:
Follow some remaining search.cpan.org redirects.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-07-07 12:25:50 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.237

Upstream changes:
0.237 2018-07-06
    . Don't load vars.pm
      This drops compatibility with Perl versions before Perl 5.006.
      Patch provided by Atoomic and guillemj
      RT#132077
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-10-10 03:18:41 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-parent to 0.0236
---------------------------------
0.236 20161009
    . Disable benchmark test rt62341.t as it runs out of memory on
      many smoker systems; closes RT #118310
    . No code changes, no need to upgrade

0.235 20161009
    . Add Travis test configuration (contributed by James McCoy)
    . Make test for PMC availability more reliable (contibuted by E. Choroba)
    . No code changes, no need to upgrade