The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

CatalystX::Usul::TraitFor::Engine::DumpInfo - Prettier debug information dump

Version

Describes v0.16.$Rev: 1 $

Synopsis

   package YourApp;

   use CatalystX::RoleApplicator;

   __PACKAGE__->apply_engine_class_roles
      ( qw(CatalystX::Usul::TraitFor::Engine::DumpInfo) );

   # Start the development server with

   bin/munchies_server -d -r -rd 1 -rr "\\.json\$|\\.pm\$" \
      --restart_directory lib

Description

Replaces the use of Data::Dump with Data::Dumper in the dump info output

Subroutines/Methods

finalize_error

Uses a method modifier to execute this before "finalize_error" in Catalyst. Sets the packaged scoped variables in the Data::Dumper api

_dump_error_page_element

Replaces the Catalyst method of the same name. Calls <Data::Dumper/Dumper>

Diagnostics

None

Configuration and Environment

None

Dependencies

Data::Dumper
HTML::Entites
Moose::Role

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

Acknowledgements

Larry Wall - For the Perl programming language

License and Copyright

Copyright (c) 2014 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE