Fedora Packages

perl-Pod-Eventual

Read a POD document as a series of trivial events

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.094003-5.fc40 -
Fedora 40 0.094003-5.fc40 -
Fedora 39 0.094003-3.fc39 -
Fedora 38 0.094003-2.fc38 -
EPEL 9 0.094002-1.el9 -
EPEL 8 0.094001-15.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Pod-Eventual dash maintainers at fedoraproject dot org.



Sources on Pagure