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

NAME

Catalyst::Plugin::Devel::ModuleVersions - Dump your loaded module versions to the debug-screen

VERSION

version 0.100330

INTERFACE

EXTENDED METHODS

dump_these

Uses Class::C3 to extend the catalyst dump_these, and add some more information at the end of the debug screen, containing a list of strings that each is "Module::Name VERSION", ala:

    "Catalyst::Plugin::Devel::ModuleVersions 0.0001"

AUTHOR

  Andreas Marienborg <andremar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Andreas Marienborg.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.