pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-parent



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri May 30 11:52:39 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-parent
In directory ivanova.netbsd.org:/tmp/cvs-serv5410

Log Message:
Add devel/p5-parent-0.221

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);
    }

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-parent/Makefile
N pkgsrc/devel/p5-parent/distinfo
N pkgsrc/devel/p5-parent/DESCR

No conflicts created by this import



Home | Main Index | Thread Index | Old Index