summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-01 17:41:36 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-12-01 17:41:36 +0000
commit7d9776a383e3c0b145a4d90031d296f68a6b679c (patch)
tree5dd72802e84edb5aae8d9f45ab3610e0401a02cc
parentBuild results of 6d60c5f (on master) (diff)
parentMerge remote branch 'dzil-test/master' (diff)
downloaddata-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.tar.gz
data-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.tar.bz2
data-multivalued-7d9776a383e3c0b145a4d90031d296f68a6b679c.zip
Build results of 6d60c5f (on master)
-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