1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix a POD typo (found by lintian)
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125775
@@ -494,7 +494,7 @@
to start processing plugins. It accepts a number of argument/value pairs:
'types', an arrayref of the types of events that your poco will support,
- OR a hashref with the event types as keys and their abbrevations
+ OR a hashref with the event types as keys and their abbreviations
(used as plugin event method prefixes) as values. This argument is
mandatory.
|