From 153857dd4107b77501dfde4c8b4b54b14f3021cd Mon Sep 17 00:00:00 2001 From: "Breno G. de Oliveira" Date: Sat, 16 Mar 2013 03:42:25 -0300 Subject: [PATCH] Data::Printer::Filter::PDL added to documentation --- Changes | 1 + lib/Data/Printer/Filter.pm | 15 ++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index d6c7300..5ad9110 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,7 @@ Revision history for Data-Printer OTHER: - more tests + - new external filter indexed: PDL 0.35 2012-11-25 BUG FIXES: diff --git a/lib/Data/Printer/Filter.pm b/lib/Data/Printer/Filter.pm index 189779e..4f22b5e 100644 --- a/lib/Data/Printer/Filter.pm +++ b/lib/Data/Printer/Filter.pm @@ -297,15 +297,11 @@ L changes the way Data::Printer dumps regular expressions, doing it the classic C way that got popular in C. -=head2 URI - -L pretty-prints L objects, displaying -the URI as a string instead of dumping the object. - =head2 JSON -L lets you see your JSON structures -replacing boolean objects with simple C strings! +L, by Nuba Princigalli, lets you see +your JSON structures replacing boolean objects with simple C +strings! =head2 URIs @@ -313,6 +309,11 @@ L filters through several L manipulation classes and displays the URI as a colored string. A very nice addition by Stanislaw Pusep (SYP). +=head2 Perl Data Language (PDL) + +L, 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