Dancer2-Plugin-DebugDump version 0.21 ===================================== DebugDump is designed to make it easier to read the output of variables while debugging Dancer2 web apps. Enable this module like you would any other Dancer2 plugin. Use the keyword 'ddump()' to dump the variables data across multiple lines to the log or console. See the [Dancer2::Plugin::DebugDumper](https://metacpan.org/pod/Dancer2::Plugin::DebugDump) man page for usage examples and further detaails. INSTALLATION To install this module type the following: ``` perl Makefile.PL make make test make install ``` Or use your favorite CPAN installation commands. DEPENDENCIES This module requires these other modules and libraries: Data::Dumper COPYRIGHT AND LICENCE Copyright (C) 2017 by Steve Dondley This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.4 or, at your option, any later version of Perl 5 you may have available.