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:
afresh1 2020-05-17 18:41:06 +00:00
parent 03bc02b885
commit 34e24734a1
4 changed files with 29 additions and 0 deletions

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (MooX-Aliases-0.001006.tar.gz) = AWAxJ4ysYSY9AZUt/lv7XztGtLhCsv/6nyybiKrGOGc=
SIZE (MooX-Aliases-0.001006.tar.gz) = 6593

View 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.

View 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