Skip to content

Commit

Permalink
Merge pull request #15 from manwar/fix-broken-link
Browse files Browse the repository at this point in the history
Fixed broken link in pod as reported by CPANTS.
  • Loading branch information
balajirama committed Apr 16, 2019
2 parents 070e04f + f49fedd commit 04db9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Text/Parser/Errors.pm
Expand Up @@ -13,7 +13,7 @@ This document contains a manifest of all the exception classes thrown by L<Text:
=head1 EXCEPTION CLASSES
All exceptions are derived from C<Text::Parser::Errors::GenericError>. They are all based on L<Throwable::SugarFactory> and so all the exception methods of those, such as C<L<error|Throwable::SugarFactory/error>>, C<L<namespace|/Throwable::SugarFactory/namespace>>, etc., will be accessible. Read L<Exceptions> if you don't know about exceptions in Perl 5.
All exceptions are derived from C<Text::Parser::Errors::GenericError>. They are all based on L<Throwable::SugarFactory> and so all the exception methods of those, such as C<L<error|Throwable::SugarFactory/error>>, C<L<namespace|Throwable::SugarFactory/namespace>>, etc., will be accessible. Read L<Exceptions> if you don't know about exceptions in Perl 5.
=cut

Expand Down

0 comments on commit 04db9ce

Please sign in to comment.