diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-06-07 16:27:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-06-07 16:27:26 +0000 |
commit | 617571fc6b4c1ebf7e011a49821e9fa3177aae7c (patch) | |
tree | c08a4897010f261b9f082f27775b54857ccecc0d /devel/p5-MooseX-ClassAttribute/pkg-descr | |
parent | b208052bf3f04bc650bf4b315ceffaaaf617645d (diff) | |
download | ports-617571fc6b4c1ebf7e011a49821e9fa3177aae7c.tar.gz ports-617571fc6b4c1ebf7e011a49821e9fa3177aae7c.zip |
Add p5-MooseX-ClassAttribute 0.04, declare class attributes Moose-style.
Notes
Notes:
svn path=/head/; revision=214467
Diffstat (limited to 'devel/p5-MooseX-ClassAttribute/pkg-descr')
-rw-r--r-- | devel/p5-MooseX-ClassAttribute/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-MooseX-ClassAttribute/pkg-descr b/devel/p5-MooseX-ClassAttribute/pkg-descr new file mode 100644 index 000000000000..cfe915dc8a15 --- /dev/null +++ b/devel/p5-MooseX-ClassAttribute/pkg-descr @@ -0,0 +1,6 @@ +MooseX::ClassAttribute allows you to declare class attributes in exactly +the same way as you declare object attributes, except using class_has() +instead of has(). It is also possible to make these attributes +immutable (and faster) just as you can with normal Moose attributes. + +WWW: http://search.cpan.org/dist/MooseX-ClassAttribute/ |