commit 1c960266b3f440c166a99f2c8b6fb1686c06f634 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Oct 25 10:25:21 2012 +0200 Teach rpmlint .rpmlint | 2 ++ perl-Pod-Eventual.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) --- diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..8224374 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* parsers"); diff --git a/perl-Pod-Eventual.spec b/perl-Pod-Eventual.spec index b85ba4b..6aa00c0 100644 --- a/perl-Pod-Eventual.spec +++ b/perl-Pod-Eventual.spec @@ -39,7 +39,7 @@ 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 +sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and will raise an exception. %prep -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel