diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:20:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:20:12 +0800 |
commit | 2e85a333af8674e7b406a0f2ed55de0f9fb5d64b (patch) | |
tree | cfdf60297ec7dbf4f7a148a37e16baa58e506421 /devel/Makefile | |
parent | 2f8c2ef0254c5dbb59d1ccb8a0a616afc59c03e8 (diff) | |
download | freebsd-ports-gnome-2e85a333af8674e7b406a0f2ed55de0f9fb5d64b.tar.gz freebsd-ports-gnome-2e85a333af8674e7b406a0f2ed55de0f9fb5d64b.tar.zst freebsd-ports-gnome-2e85a333af8674e7b406a0f2ed55de0f9fb5d64b.zip |
- Add p5-MooseX-Attribute-Chained 1.0.1
MooseX::Attribute::Chained is a Moose Trait which allows for method chaining on
accessors by returning $self on write/set operations.
WWW: http://search.cpan.org/dist/MooseX-Attribute-Chained/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 859dc11f3056..2b221af22e0b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2057,6 +2057,7 @@ SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-Async + SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-ChainedAccessors |