Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: perl-Pod-Eventual - Read a POD document as a series of trivial events Alias: perl-Pod-Eventual https://bugzilla.redhat.com/show_bug.cgi?id=555248 Summary: Review Request: perl-Pod-Eventual - Read a POD document as a series of trivial events Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/Pod-Eventual/ OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: iarnell@xxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedorapeople.org/~iarnell/review/perl-Pod-Eventual.spec SRPM URL: http://fedorapeople.org/~iarnell/review/perl-Pod-Eventual-0.093330-1.fc13.src.rpm 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 subclasses. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception. Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1920378 *rt-0.10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review