summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/TagsAndRanges.pm
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-11-25 15:23:10 +0000
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2011-11-25 15:23:10 +0000
commit75f20230821c883d919d6a3f84d3930862bb8fd7 (patch)
tree03933dd7cd89f6c910b6eae5e394c9e22bc2e2a9 /lib/Data/MultiValued/TagsAndRanges.pm
parentchanges bump for CPAN release (diff)
downloaddata-multivalued-75f20230821c883d919d6a3f84d3930862bb8fd7.tar.gz
data-multivalued-75f20230821c883d919d6a3f84d3930862bb8fd7.tar.bz2
data-multivalued-75f20230821c883d919d6a3f84d3930862bb8fd7.zip
minor fixes after seeing it on CPAN
Diffstat (limited to 'lib/Data/MultiValued/TagsAndRanges.pm')
-rw-r--r--lib/Data/MultiValued/TagsAndRanges.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Data/MultiValued/TagsAndRanges.pm b/lib/Data/MultiValued/TagsAndRanges.pm
index 204f858..60333c8 100644
--- a/lib/Data/MultiValued/TagsAndRanges.pm
+++ b/lib/Data/MultiValued/TagsAndRanges.pm
@@ -69,10 +69,11 @@ sub set {
my $value = $obj->get({ tag => $the_tag, at => $point });
Retrieves the value for the given tag and point. Throws a
-L<Data::MultiValued::Exceptions::RangeNotFound> exception if no ranges
-exist in this object that include the point, and
-L<Data::MultiValued::Exceptions::TagNotFound> exception if the tag
-does not exists in this object.
+L<Data::MultiValued::Exceptions::RangeNotFound|Data::MultiValued::Exceptions/Data::MultiValued::Exceptions::RangeNotFound>
+exception if no ranges exist in this object that include the point,
+and
+L<Data::MultiValued::Exceptions::TagNotFound|Data::MultiValued::Exceptions/Data::MultiValued::Exceptions::TagNotFound>
+exception if the tag does not exists in this object.
See L<Data::MultiValued::Tags/get> and
L<Data::MultiValued::Ranges/get> for more details.