summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--lib/Data/MultiValued.pm12
2 files changed, 6 insertions, 8 deletions
diff --git a/Changes b/Changes
index d1a48e3..440cc52 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Data::MultiValued
-0.0.1_3 2011-12-01 17:40:26 Europe/London
+0.0.1_3 2011-12-01 17:41:31 Europe/London
0.0.1_2 2011-11-30 11:01:47 Europe/London
- remove the need for perl 5.12
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