NAME
Devel::Nextalyzer - Making Multiple Inheritance and NEXT less scary
SYNOPSIS
# Compile time
use Devel::Nextalyzer;
# Runtime
require Devel::Nextalyzer;
import Devel::Nextalyzer;
DESCRIPTION
Multiple Inheritance and NEXT are great tools for the right tasks, this ana this analyzer will make it much less scary.
It will analyze the calling class and make dump to STDERR
on import
.
You may set $Devel::Nextalyzer::RAW
to get raw output.
SEE ALSO
AUTHOR
Sebastian Riedel, sri@oook.de
Matt S Trout
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.