m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found. WWW: http://search.cpan.org/dist/NEXT/
15 lines
436 B
Makefile
15 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/08/29 20:27:04 kuli0020 Exp $
|
|
|
|
DISTNAME= NEXT-0.60
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NEXT/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/NEXT/
|
|
COMMENT= Provide a pseudo-class NEXT (et al) that allows method redispatch
|
|
|
|
PERL5_PACKLIST= auto/NEXT/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|