Import p5-MooX-Aliases-0.001006
The MooX::Aliases module will allow you to quickly alias methods in Moo. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names. OK sthen@
This commit is contained in:
parent
03bc02b885
commit
34e24734a1
19
devel/p5-MooX-Aliases/Makefile
Normal file
19
devel/p5-MooX-Aliases/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/05/17 18:41:06 afresh1 Exp $
|
||||
|
||||
COMMENT = easy aliasing of methods and attributes in Moo
|
||||
DISTNAME = MooX-Aliases-0.001006
|
||||
CATEGORIES = devel
|
||||
PKG_ARCH = *
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Class-Method-Modifiers>=1.05 \
|
||||
devel/p5-Moo>=1.001 \
|
||||
devel/p5-strictures>=1
|
||||
TEST_DEPENDS = devel/p5-Test-Fatal>=0.003
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-MooX-Aliases/distinfo
Normal file
2
devel/p5-MooX-Aliases/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MooX-Aliases-0.001006.tar.gz) = AWAxJ4ysYSY9AZUt/lv7XztGtLhCsv/6nyybiKrGOGc=
|
||||
SIZE (MooX-Aliases-0.001006.tar.gz) = 6593
|
4
devel/p5-MooX-Aliases/pkg/DESCR
Normal file
4
devel/p5-MooX-Aliases/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The MooX::Aliases module will allow you to quickly alias methods in Moo.
|
||||
It provides an alias parameter for has() to generate aliased accessors
|
||||
as well as the standard ones. Attributes can also be initialized in the
|
||||
constructor via their aliased names.
|
4
devel/p5-MooX-Aliases/pkg/PLIST
Normal file
4
devel/p5-MooX-Aliases/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/05/17 18:41:06 afresh1 Exp $
|
||||
${P5SITE}/MooX/
|
||||
${P5SITE}/MooX/Aliases.pm
|
||||
@man man/man3p/MooX::Aliases.3p
|
Loading…
x
Reference in New Issue
Block a user