NAME
Dist::Zilla::Plugin::MetaData::BuiltWith::All - Go overkill and report everything in all namespaces.
VERSION
version 0.01000216
SYNOPSIS
[MetaData::BuiltWith::All]
show_undef = 1
This module is otherwise identical to Dist::Zilla::Plugin::MetaData::BuiltWith::All.
DESCRIPTION
This further extends the verbosity of the information reported by the BuiltWith plugin, by recursively rooting around in the namespaces and reporting every version of everything it finds.
Only recommended for the most extreme of situations where you find your code breaking all over the show between different versions of things, or for personal amusement.
WARNING
At present this code does no recursion prevention, apart from excluding the 'main' namespace.
If it sees other namespaces which recurse into themself indefinately ( like main does ), then it may not terminate normally.
Also, using this module will likely add 1000 lines to META.yml, so please for the love of sanity don't use this too often.
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.