
Devel::Nextalyzer - Making Multiple Inheritance and NEXT less scary

# Compile time
use Devel::Nextalyzer;
# Runtime
require Devel::Nextalyzer;
import Devel::Nextalyzer;

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.


Sebastian Riedel, sri@oook.de Matt S Trout

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.