NAME
Pod::Elemental::Nester - it organizes a sequence of elements into a tree
VERSION
version 0.003
METHODS
nest_elements
$nester->nest_elements(\@elements);
This method reorganizes the given elements into a tree. It returns the same reference it was given, which will have been reorganized in place.
Some elements may be dropped (like =cut
commands).
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.