update to 0.18 from Cesare Gargano <gar at plusiagamma dot org> with pollish by me.

ok simon@
This commit is contained in:
jim 2009-10-26 16:51:13 +00:00
parent 9e60ef2380
commit fba7e8bf72
3 changed files with 18 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/19 00:44:12 jim Exp $
# $OpenBSD: Makefile,v 1.2 2009/10/26 16:51:13 jim Exp $
COMMENT = code attribute introspection
MODULES = cpan
DISTNAME = MooseX-MethodAttributes-0.14
DISTNAME = MooseX-MethodAttributes-0.18
CATEGORIES = devel
# Perl
@ -14,6 +14,8 @@ PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Moose \
::devel/p5-MooseX-Types \
::devel/p5-Test-Exception \
::devel/p5-namespace-autoclean \
::devel/p5-namespace-clean
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (MooseX-MethodAttributes-0.14.tar.gz) = pZ83lH+T6dVNqElnBGf75w==
RMD160 (MooseX-MethodAttributes-0.14.tar.gz) = clFxgsv2y5Zcn0J593zDJxA08Io=
SHA1 (MooseX-MethodAttributes-0.14.tar.gz) = 5u+6h1PTNHgHIazVbEUXxLZ+KdE=
SHA256 (MooseX-MethodAttributes-0.14.tar.gz) = jzCxK9CRo9JwbbWhlS8JmrTPiBOWcd5jtCro8UzftDU=
SIZE (MooseX-MethodAttributes-0.14.tar.gz) = 17095
MD5 (MooseX-MethodAttributes-0.18.tar.gz) = cgLxpL/+NndtFvExMKUs+g==
RMD160 (MooseX-MethodAttributes-0.18.tar.gz) = HHd+z1Bt8gaEd/fE76Fl1OKwZBU=
SHA1 (MooseX-MethodAttributes-0.18.tar.gz) = 1xZ4kW7fY+HhMIjhkVOqXyT2SaM=
SHA256 (MooseX-MethodAttributes-0.18.tar.gz) = zKs8hJAu+fkLmDUj48wHa9LMBrBoQ1fAuhB2+sK9Dp8=
SIZE (MooseX-MethodAttributes-0.18.tar.gz) = 20635

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/19 00:44:12 jim Exp $
@comment $OpenBSD: PLIST,v 1.2 2009/10/26 16:51:13 jim Exp $
${P5SITE}/MooseX/MethodAttributes/
${P5SITE}/MooseX/MethodAttributes.pm
${P5SITE}/MooseX/MethodAttributes/Inheritable.pm
${P5SITE}/MooseX/MethodAttributes/Role/
${P5SITE}/MooseX/MethodAttributes/Role.pm
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer/
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer.pm
${P5SITE}/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm
@ -13,9 +14,14 @@ ${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method.pm
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role.pm
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application/
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application.pm
${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm
@man man/man3p/MooseX::MethodAttributes.3p
@man man/man3p/MooseX::MethodAttributes::Inheritable.3p
@man man/man3p/MooseX::MethodAttributes::Role.3p
@man man/man3p/MooseX::MethodAttributes::Role::AttrContainer.3p
@man man/man3p/MooseX::MethodAttributes::Role::AttrContainer::Inheritable.3p
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Class.3p
@ -24,3 +30,5 @@ ${P5SITE}/MooseX/MethodAttributes/Role/Meta/Role.pm
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped.3p
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Method::Wrapped.3p
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role.3p
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role::Application.3p
@man man/man3p/MooseX::MethodAttributes::Role::Meta::Role::Application::Summation.3p