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

0.6.$Revision: 1165 $

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 "\\.xml\$|\\.pm\$" \
      --restart_directory lib

Description

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

Subroutines/Methods

Diagnostics

Configuration and Environment

Dependencies

Catalyst::Runtime

Incompatibilities

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) 2012 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