NAME
Incunabulum::View::Plugin::Dumper -- Dumps everything via Data::Dumper to the currently select()
'd filehandle.
SYNOPSIS
No user-serviceable parts inside for the moment.
DESCRIPTION
Does exactly what it says. No processing of arguments or anything, just dumps straight to whatever's been most recently select()
'd. Great for debugging, not much else (primitive network-oriented serialisation, maybe?).
- do_view
-
NOTE: This documentation placed here so Test::Pod::Coverage is happy. I know that I should document (and test...) this code better. But that's not really feasible with a non-existent API definition.
View that uses Data::Dumper. I really don't see this particular module's documentation becoming much larger than this.
- do_view_order
-
The MPO order for do_view.