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