NAME

Tk::Pod - POD browser toplevel widget

SYNOPSIS

    use Tk::Pod

    Tk::Pod->Dir(@dirs)			# add dirs to search path for POD

    $pod = $parent->Pod(
		-file = > $name,	# search and display POD for name
		-tree = > $bool		# display pod file tree
		);

DESCRIPTION

Simple POD browser with hypertext capabilities in a Toplevel widget

SEE ALSO

Tk::Pod_usage Tk::Pod::Text tkpod perlpod

AUTHOR

Nick Ing-Simmons <nick@ni-s.u-net.com>

Code currently maintained by Slaven Rezic <slaven.rezic@berlin.de>.

Copyright (c) 1997-1998 Nick Ing-Simmons. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.