1POMDUMP(1) User Contributed Perl Documentation POMDUMP(1)
2
3
4
6 pomdump - dump the POM parse tree for a POD document
7
9 pomdump MyFile.pm
10
12 This script uses Pod::POM to parse a Pod document and then invokes the
13 dump method on the top level node, resulting in a visualization of the
14 structure of the POD document (the parse tree).
15
17 Andrew Ford <A.Ford@ford-mason.co.uk>
18
20 This is version 0.1 of pomdump.
21
23 Copyright (C) 2009 Andrew Ford. All Rights Reserved.
24
25 This module is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
29 For further information please see Pod::POM.
30
31
32
33perl v5.10.1 2009-03-20 POMDUMP(1)