summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/TagContainer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/MultiValued/TagContainer.pm')
-rw-r--r--lib/Data/MultiValued/TagContainer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Data/MultiValued/TagContainer.pm b/lib/Data/MultiValued/TagContainer.pm
index bdeca24..f6e5551 100644
--- a/lib/Data/MultiValued/TagContainer.pm
+++ b/lib/Data/MultiValued/TagContainer.pm
@@ -51,8 +51,8 @@ has _default_tag => (
my $value = $obj->get({ tag => $the_tag });
Retrieves the "storage cell" for the given tag. Throws a
-L<Data::MultiValued::Exceptions::TagNotFound> exception if the tag
-does not exists in this object.
+L<Data::MultiValued::Exceptions::TagNotFound|Data::MultiValued::Exceptions/Data::MultiValued::Exceptions::TagNotFound>
+exception if the tag does not exists in this object.
Not passing in a C<tag> is equivalent to passing in C<< tag => undef
>>.