Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window |
Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window
[ This is a class internal to Tk::Pod. No user-serviceable parts inside. ]
This class contains methods that the Tk::Pod manpage (specifically the Tk::Pod::Text manpage) uses to render a pod page's text into its window. It uses the Pod::Simple manpage (specifically the Pod::Simple::PullParser manpage) to do the parsing.
the Tk::Pod manpage used to use Tk::Parse (a snapshot of an old old Pod-parser) to do the Pod-parsing. But it doesn't anymore -- it now uses the Pod::Simple manpage via this module.
Copyright (c) 2002 Sean M. Burke. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Sean M. Burke <sburke@cpan.org>, with bits of Tk code cribbed from the old Tk::Pod::Text code that Nick Ing-Simmons <nick@ni-s.u-net.com> originally wrote.
Current maintainer is Slaven Rezi&0x0107; <slaven@rezic.de>.
Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window |