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/Exceptions.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/Exceptions.pm')
-rw-r--r-- | lib/Data/MultiValued/Exceptions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Data/MultiValued/Exceptions.pm b/lib/Data/MultiValued/Exceptions.pm index 4d6a1b6..27f6dbf 100644 --- a/lib/Data/MultiValued/Exceptions.pm +++ b/lib/Data/MultiValued/Exceptions.pm @@ -120,7 +120,7 @@ containing the value that was not found. =head2 C<Data::MultiValued::Exceptions::TagNotFound> -Subclass of L<Data::MultiValued::Exceptions::NotFound>, for +Subclass of L</Data::MultiValued::Exceptions::NotFound>, for tags. Stringifies to: tag not found: $value @@ -129,7 +129,7 @@ tags. Stringifies to: =head2 C<Data::MultiValued::Exceptions::RangeNotFound> -Subclass of L<Data::MultiValued::Exceptions::NotFound>, for +Subclass of L</Data::MultiValued::Exceptions::NotFound>, for ranges. Stringifies to: no range found for value: $value |