diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-11 00:39:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-11 00:39:32 +0800 |
commit | 05df877bd321e9090ab555c2592144439a8a68d1 (patch) | |
tree | 505e8ea71e7fde91c86e11e4f524d3ad23b01c82 /devel/Makefile | |
parent | 301ce51e09d90272bf1d63182bb8f38bd99c56ae (diff) | |
download | freebsd-ports-gnome-05df877bd321e9090ab555c2592144439a8a68d1.tar.gz freebsd-ports-gnome-05df877bd321e9090ab555c2592144439a8a68d1.tar.zst freebsd-ports-gnome-05df877bd321e9090ab555c2592144439a8a68d1.zip |
The module MooseX::HasDefaults::RO defaults is to ro.
The module MooseX::HasDefaults::RW defaults is to rw.
If you pass a specific value to any has's is, that overrides the default. If
you do not want an accessor, pass is => undef.
WWW: http://search.cpan.org/dist/MooseX-HasDefaults/
PR: ports/166591
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
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 e6cf68384a86..f43b65cc6cd5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2129,6 +2129,7 @@ SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Sugar + SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire |