Data-Printer-Filter-PDL

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.005 2014-04-19 15:47:18-0500
  - document $PDL::toolongtoprint and add message about piddles with many
    elements

0.004 2013-03-11 06:14:29-0500
  - add PDL::Complex to list of filtered classes

0.003 2013-03-07 00:43:47-0600
  - added docs on using the 'stringify' option on PDL::Char for
    Devel::REPL::Plugin::DataPrinter

0.002 2013-03-05 21:45:28-0600
  - fix tests by loading the filter at Data::Printer load time

0.001 2013-03-04 01:13:26-0600
  - initial upload
  - adds color to Joel Berger's Gist <https://gist.github.com/jberger/2990606>

lib/Data/Printer/Filter/PDL.pm  view on Meta::CPAN

when the contents of piddles with many elements are displayed.

=head1 EXAMPLES

You will want to configure L<Data::Printer> to use this module by creating a
C<.dataprinter> file in your $HOME directory:

    filters = PDL

If you are using this module with the plugin
L<Devel::REPL::Plugin::DataPrinter>, you may want to add the following to your
C<repl.rc> or C<.perldlrc> so that L<PDL> subclass data is displayed correctly
in L<Devel::REPL>:

    $_REPL->dataprinter_config({
        stringify => {
            'PDL'          => 0,
            'PDL::Char'    => 0,
            'PDL::Complex' => 0,
        },
    });

=head1 BUGS

Report bugs and submit patches to the repository on L<GitHub|https://github.com/EntropyOrg/p5-Data-Printer-Filter-PDL>.

=head1 SEE ALSO

L<Data::Printer>, L<PDL>, L<Reply::Plugin::DataPrinter>, L<Devel::REPL::Plugin::DataPrinter>

=head1 COPYRIGHT

Copyright 2013 Zakariyya Mughal.

This program is free software; you can redistribute it and/or
modify it under the terms of the Artistic License version 2.0.

=head1 ACKNOWLEDGMENTS



( run in 1.412 second using v1.01-cache-2.11-cpan-71847e10f99 )