1Pod::SimpleBridge(3) User Contributed Perl Documentation Pod::SimpleBridge(3)
2
3
4
6 Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window
7
9 [
10 This is a class internal to Tk::Pod.
11 No user-serviceable parts inside.
12 ]
13
15 This class contains methods that Tk::Pod (specifically Tk::Pod::Text)
16 uses to render a pod page's text into its window. It uses Pod::Simple
17 (specifically Pod::Simple::PullParser) to do the parsing.
18
19 Tk::Pod used to use Tk::Parse (a snapshot of an old old Pod-parser) to
20 do the Pod-parsing. But it doesn't anymore -- it now uses Pod::Simple
21 via this module.
22
24 Copyright (c) 2002 Sean M. Burke. All rights reserved.
25
26 This library is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 This program is distributed in the hope that it will be useful, but
30 without any warranty; without even the implied warranty of
31 merchantability or fitness for a particular purpose.
32
34 Sean M. Burke <sburke@cpan.org>, with bits of Tk code cribbed from the
35 old Tk::Pod::Text code that Nick Ing-Simmons <nick@ni-s.u-net.com>
36 originally wrote.
37
38 Current maintainer is Slaven Rezić <slaven@rezic.de>.
39
40
41
42perl v5.32.0 2020-07-28 Pod::SimpleBridge(3)