import p5-Class-Multimethods

The Class:Multimethod module exports a subroutine (&multimethod) that
can be used to declare other subroutines that are dispatched using a
algorithm different from the normal Perl subroutine or method dispatch
mechanism.
This commit is contained in:
simon 2008-09-09 21:14:02 +00:00
parent 494f00e12c
commit 0fcf970c47
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:02 simon Exp $
COMMENT = support multimethods and function overloading in Perl
MODULES = cpan
DISTNAME = Class-Multimethods-1.70
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
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Class-Multimethods-1.70.tar.gz) = X9x52qgbECuVaxphUx/Wpw==
RMD160 (Class-Multimethods-1.70.tar.gz) = kqo6xBdB4r7RtZM/tO+zIlIM3VE=
SHA1 (Class-Multimethods-1.70.tar.gz) = E6czP3s9zzrNHAZsg5l91RPsrZ4=
SHA256 (Class-Multimethods-1.70.tar.gz) = 5vL+FVMNngNinG9C1Ti7+BQZll3EcJT9DjbOgwIGnCM=
SIZE (Class-Multimethods-1.70.tar.gz) = 28316

View File

@ -0,0 +1,4 @@
The Class:Multimethod module exports a subroutine (&multimethod) that
can be used to declare other subroutines that are dispatched using a
algorithm different from the normal Perl subroutine or method dispatch
mechanism.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:02 simon Exp $
${P5SITE}/Class/
${P5SITE}/Class/Multimethods.pm
${P5SITE}/Class/Multimethods.pod
@man man/man3p/Class::Multimethods.3p