import p5-Class-C3-Adopt-NEXT
This module is intended as a drop-in replacement for NEXT, supporting the same interface, but using Class::C3 to do the hard work. You can then write new code without NEXT, and migrate individual source files to use Class::C3 or method modifiers as appropriate, at whatever pace you're comfortable with.
This commit is contained in:
parent
0380bbd32c
commit
c581918be5
21
devel/p5-Class-C3-Adopt-NEXT/Makefile
Normal file
21
devel/p5-Class-C3-Adopt-NEXT/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/25 22:31:18 simon Exp $
|
||||
|
||||
COMMENT = make NEXT suck less
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Class-C3-Adopt-NEXT-0.06
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = ::devel/p5-MRO-Compat
|
||||
|
||||
REGRESS_DEPENDS = ::devel/p5-Test-Exception
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Class-C3-Adopt-NEXT/distinfo
Normal file
5
devel/p5-Class-C3-Adopt-NEXT/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Class-C3-Adopt-NEXT-0.06.tar.gz) = v/TXpI3W7ijxgsesIJXW1Q==
|
||||
RMD160 (Class-C3-Adopt-NEXT-0.06.tar.gz) = OyZ7Zx/ty4IM8zv/S7Izzt1OcO8=
|
||||
SHA1 (Class-C3-Adopt-NEXT-0.06.tar.gz) = hH9tDLvyXz8pPE4SiQw2k8nRpco=
|
||||
SHA256 (Class-C3-Adopt-NEXT-0.06.tar.gz) = PtROqjep63Zc7a8C8FXOJ12zyhAbnkE0b9WKQk6kvEs=
|
||||
SIZE (Class-C3-Adopt-NEXT-0.06.tar.gz) = 18667
|
5
devel/p5-Class-C3-Adopt-NEXT/pkg/DESCR
Normal file
5
devel/p5-Class-C3-Adopt-NEXT/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module is intended as a drop-in replacement for NEXT, supporting
|
||||
the same interface, but using Class::C3 to do the hard work. You can
|
||||
then write new code without NEXT, and migrate individual source files to
|
||||
use Class::C3 or method modifiers as appropriate, at whatever pace
|
||||
you're comfortable with.
|
4
devel/p5-Class-C3-Adopt-NEXT/pkg/PLIST
Normal file
4
devel/p5-Class-C3-Adopt-NEXT/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/25 22:31:18 simon Exp $
|
||||
${P5SITE}/Class/C3/Adopt/
|
||||
${P5SITE}/Class/C3/Adopt/NEXT.pm
|
||||
@man man/man3p/Class::C3::Adopt::NEXT.3p
|
Loading…
Reference in New Issue
Block a user