Skip to content

Commit

Permalink
Merge pull request #155 from smonff/main
Browse files Browse the repository at this point in the history
Typo in pod, a link was broken
  • Loading branch information
garu committed Feb 24, 2021
2 parents 12d44aa + f81e258 commit 54ebd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Data/Printer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ This means you could have the following in one of your classes:
Notice that B<< you can do this without adding Data::Printer as a dependency >>
to your project! Just write your sub and it will be called with the object to
be printed and a C<$ddp> object ready for you. See
L<< Data::Printer::Object|/Data::Printer::Object/"Methods and Accessors for Filter Writers" >>
L<< Data::Printer::Object|Data::Printer::Object/"Methods and Accessors for Filter Writers" >>
for how to use it to pretty-print your data.
Finally, if your object implements string overload or provides a method called
Expand Down

0 comments on commit 54ebd03

Please sign in to comment.