diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-12-01 17:41:36 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-12-01 17:41:36 +0000 |
commit | 7d9776a383e3c0b145a4d90031d296f68a6b679c (patch) | |
tree | 5dd72802e84edb5aae8d9f45ab3610e0401a02cc /lib/Data/MultiValued.pm | |
parent | Build results of 6d60c5f (on master) (diff) | |
parent | Merge remote branch 'dzil-test/master' (diff) | |
download | data-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.tar.gz data-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.tar.bz2 data-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.zip |
Build results of 6d60c5f (on master)
Diffstat (limited to 'lib/Data/MultiValued.pm')
-rw-r--r-- | lib/Data/MultiValued.pm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/Data/MultiValued.pm b/lib/Data/MultiValued.pm index d4c2014..80ad5e6 100644 --- a/lib/Data/MultiValued.pm +++ b/lib/Data/MultiValued.pm @@ -68,17 +68,15 @@ module. Why use these? =over 4 -* +=item * -they are optimised for serialisation, see -L<Data::MultiValued::UglySerializationHelperRole> and F<t/json.t>. +they are optimised for serialisation, see L<Data::MultiValued::UglySerializationHelperRole> and F<t/json.t>. -* +=item * -you get accessors generated for your Moose attributes just by setting -a trait +you get accessors generated for your Moose attributes just by setting a trait -* +=item * tags and ranges interact in sensible ways, including clearing ranges |