diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-12-01 17:43:33 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-12-01 17:43:33 +0000 |
commit | 724178a6aed9efaa2ff66c1491fd7ac6c80c63de (patch) | |
tree | 0de11a86b039d4d4bd7de59503e270ea6c8d5d25 /lib/Data/MultiValued.pm | |
parent | Build results of 6d60c5f (on master) (diff) | |
parent | Merge remote branch 'dzil-test/master' (diff) | |
download | data-multivalued-724178a6aed9efaa2ff66c1491fd7ac6c80c63de.tar.gz data-multivalued-724178a6aed9efaa2ff66c1491fd7ac6c80c63de.tar.bz2 data-multivalued-724178a6aed9efaa2ff66c1491fd7ac6c80c63de.zip |
Build results of 6d60c5f (on master)
Diffstat (limited to 'lib/Data/MultiValued.pm')
-rw-r--r-- | lib/Data/MultiValued.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Data/MultiValued.pm b/lib/Data/MultiValued.pm index 80ad5e6..c1f1681 100644 --- a/lib/Data/MultiValued.pm +++ b/lib/Data/MultiValued.pm @@ -70,11 +70,13 @@ module. Why use these? =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 * |