1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Corrections for spelling-error-in-manpage lintian warning
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=113114
Last-Update: 2016-03-17
---
--- a/lib/Constant/Generate.pm
+++ b/lib/Constant/Generate.pm
@@ -577,7 +577,7 @@
Figuring out the right exporter parameters is quite hairy,
and the export options can natually be a bit tricky.
-In order to succesfully export symbols made by this module, you must specify
+In order to successfully export symbols made by this module, you must specify
either C<export_ok> or C<export> as hash options to C<import>. These correspond
to the like-named variables documented by L<Exporter>.
|