NAME
perlbloat - Observe the things a module loads
SYNOPSIS
> perlbloat Class::Inspector Params::Util
Loading modules...
require Class::Inspector;
Module: Class/Inspector.pm
Module: utf8.pm
Package: Class::Inspector
Namespace: Class
Namespace: Class::Inspector
require Params::Util;
Module: Params/Util.pm
Module: overload.pm
Package: Params::Util
Package: overload
Namespace: Params
Namespace: Params::Util
Namespace: overload
DESCRIPTION
perlbloat is a front end for Devel::Leak::Module.
It takes a series of module names and will require
each in turn, tracking the underlying modules, packages, and namespaces created.
SUPPORT
Bugs should be always be reported via the CPAN bug tracker at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Devel-Leak-Module
For other issues, or commercial enhancement or support, contact the author.
AUTHORS
Adam Kennedy <adamk@cpan.org>
SEE ALSO
Devel::Leak, Devel::Leak::Object
COPYRIGHT
Copyright 2007 - 2012 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.