You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / perl-Pod-Eventual-0.093330-12.fc19.noarch

perl-Pod-Eventual-0.093330-12.fc19.noarch

Package Attributes
RPM  perl-Pod-Eventual-0.093330-12.fc19.noarch.rpm Architecture  noarch Size  35174 Created  2019/09/30 06:54:08 UTC
Package Specification
Summary Read a POD document as a series of trivial events
Group Development/Libraries
License GPL+ or Artistic
Home Page http://search.cpan.org/dist/Pod-Eventual/
Description

POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that.

Pod::Eventual is much less ambitious and much more stupid. Fortunately, stupid is often better. (That's what I keep telling myself, anyway.)

Pod::Eventual reads line-based input and produces events describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod::Eventual sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
Provides
perl(Pod::Eventual)
perl(Pod::Eventual::Simple)
perl-Pod-Eventual

Document Actions