Scroll to navigation

Pod::SimpleBridge(3pm) User Contributed Perl Documentation Pod::SimpleBridge(3pm)

NAME

Tk::Pod::SimpleBridge -- render Pod::Simple events to a Tk::Pod window

SYNOPSIS

  [
    This is a class internal to Tk::Pod.
    No user-serviceable parts inside.
  ]

DESCRIPTION

This 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 DISCLAIMERS

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.

AUTHOR

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ć <slaven@rezic.de>.

2016-02-14 perl v5.22.1