diff options
author | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:33:44 +0000 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com> | 2011-11-25 15:33:44 +0000 |
commit | 15d8ff45fecd86558a00e1979a9800282793139c (patch) | |
tree | f3a12bb1eb1c39ee25f7f07f92d402eabc116def /lib/Data/MultiValued/AttributeTrait.pm | |
parent | Build results of 44cf53d (on master) (diff) | |
parent | minor fixes after seeing it on CPAN (diff) | |
download | data-multivalued-15d8ff45fecd86558a00e1979a9800282793139c.tar.gz data-multivalued-15d8ff45fecd86558a00e1979a9800282793139c.tar.bz2 data-multivalued-15d8ff45fecd86558a00e1979a9800282793139c.zip |
Build results of 75f2023 (on master)
Diffstat (limited to 'lib/Data/MultiValued/AttributeTrait.pm')
-rw-r--r-- | lib/Data/MultiValued/AttributeTrait.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Data/MultiValued/AttributeTrait.pm b/lib/Data/MultiValued/AttributeTrait.pm index 988144b..e6a02ce 100644 --- a/lib/Data/MultiValued/AttributeTrait.pm +++ b/lib/Data/MultiValued/AttributeTrait.pm @@ -412,9 +412,10 @@ Retrieves a value from the multi-value object, and stores it in the regular slot in the instance. If the value is not found, clears the slot. -This traps the L<Data::MultiValued::Exceptions::NotFound> exception -that may be thrown by the multi-value object, but re-throws any other -exception. +This traps the +L<Data::MultiValued::Exceptions::NotFound|Data::MultiValued::Exceptions/Data::MultiValued::Exceptions::NotFound> +exception that may be thrown by the multi-value object, but re-throws +any other exception. =head2 C<raw_clear_value> |