NAME
PDL::Perldl2::Plugin::CleanErrors - filter out Moose cruft
DESCRIPTION
Runtime errors in pdl2 are extremely verbose since they include the entire call chain from the start of the interactive Devel::REPL shell, through the Moose and Class::MOP stuff and including Lexical::Persistence as well. This plugin, which is loaded by default, strips out the non-PDL stuff to make the error messages much more concise.
SEE ALSO
Devel::REPL
AUTHOR
Chris Marshall, <chm at cpan dot org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Christopher Marshall
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.