Class::Trigger is a mixin class to add / call triggers (or hooks) that
get called at some points you specify.
This commit is contained in:
parent
cbb6ae9dc7
commit
3115a3b096
4 changed files with 25 additions and 0 deletions
2
p5-Class-Trigger/DESCR
Normal file
2
p5-Class-Trigger/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Class::Trigger is a mixin class to add / call triggers (or hooks) that
|
||||
get called at some points you specify.
|
18
p5-Class-Trigger/Makefile
Normal file
18
p5-Class-Trigger/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/28 15:26:49 jgoamakf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-Trigger-0.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5ctr
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
||||
HOMEPAGE= http://search.cpan.org/dist/Class-Trigger/
|
||||
COMMENT= Mixin to add / call inheritable triggers
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Trigger/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Class-Trigger/PLIST
Normal file
1
p5-Class-Trigger/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/28 15:26:49 jgoamakf Exp $
|
4
p5-Class-Trigger/distinfo
Normal file
4
p5-Class-Trigger/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/28 15:26:50 jgoamakf Exp $
|
||||
|
||||
SHA1 (Class-Trigger-0.08.tar.gz) = daee66f84ed5f5a8fbe4517afcf397b6aca7d3e5
|
||||
Size (Class-Trigger-0.08.tar.gz) = 5331 bytes
|
Loading…
Reference in a new issue