|
NAMETk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod windowSYNOPSIS[ This is a class internal to Tk::Pod. No user-serviceable parts inside. ] DESCRIPTIONThis class contains methods that Tk::Pod (specifically Tk::Pod::Text) uses to render a pod page's text into its window. It uses Pod::Simple (specifically Pod::Simple::PullParser) to do the parsing.Tk::Pod 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 Pod::Simple via this module. COPYRIGHT AND DISCLAIMERSCopyright (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. AUTHORSean 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ć <slaven@rezic.de>.
Visit the GSP FreeBSD Man Page Interface. |