diff options
Diffstat (limited to 'lib/Data')
-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 |