Skip to content

Commit

Permalink
Data::Printer::Filter::PDL added to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Mar 16, 2013
1 parent e11da0d commit 153857d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -18,6 +18,7 @@ Revision history for Data-Printer

OTHER:
- more tests
- new external filter indexed: PDL

0.35 2012-11-25
BUG FIXES:
Expand Down
15 changes: 8 additions & 7 deletions lib/Data/Printer/Filter.pm
Expand Up @@ -297,22 +297,23 @@ L<Data::Printer::Filter::ClassicRegex> changes the way Data::Printer
dumps regular expressions, doing it the classic C<qr//> way that got
popular in C<Data::Dumper>.
=head2 URI
L<Data::Printer::Filter::URI> pretty-prints L<URI> objects, displaying
the URI as a string instead of dumping the object.
=head2 JSON
L<Data::Printer::Filter::JSON> lets you see your JSON structures
replacing boolean objects with simple C<true/false> strings!
L<Data::Printer::Filter::JSON>, by Nuba Princigalli, lets you see
your JSON structures replacing boolean objects with simple C<true/false>
strings!
=head2 URIs
L<Data::Printer::Filter::URI> filters through several L<URI> manipulation
classes and displays the URI as a colored string. A very nice addition
by Stanislaw Pusep (SYP).
=head2 Perl Data Language (PDL)
L<Data::Printer::Filter::PDL>, by Zakariyya Mughal, lets you quickly see
the relevant contents of a PDL variable.
=head1 USING MORE THAN ONE FILTER FOR THE SAME TYPE/CLASS
As of version 0.13, standalone filters let you stack together
Expand Down

0 comments on commit 153857d

Please sign in to comment.