Date: Wed, 24 Oct 2007 08:51:10 +0000 (UTC) From: Rong-En Fan <rafan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-parent Makefile distinfo pkg-descr pkg-plist Message-ID: <200710240851.l9O8pAlY005305@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rafan 2007-10-24 08:51:10 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-parent Makefile distinfo pkg-descr pkg-plist
Log:
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);
}
WWW: http://search.cpan.org/dist/parent/
Revision Changes Path
1.2914 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/p5-parent/Makefile (new)
1.1 +3 -0 ports/devel/p5-parent/distinfo (new)
1.1 +11 -0 ports/devel/p5-parent/pkg-descr (new)
1.1 +3 -0 ports/devel/p5-parent/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710240851.l9O8pAlY005305>
