Subject: | Spelling errors in manpage |
Hi
When packaging the latest version of your module, I noticed a small
spelling error in manpage, due to a QA check for pod. The following
patch will fix that:
---
Index: libapp-cmd-perl/lib/App/Cmd/Command.pm
===================================================================
--- libapp-cmd-perl.orig/lib/App/Cmd/Command.pm 2010-03-13
09:44:13.000000000 +0100
+++ libapp-cmd-perl/lib/App/Cmd/Command.pm 2010-03-13 09:44:42.000000000
+0100
@@ -198,7 +198,7 @@
=head2 abstract
This method returns a short description of the command's purpose. If this
-method is not overriden, it will return the abstract from the module's
POD. If
+method is not overridden, it will return the abstract from the module's
POD. If
it can't find the abstract, it will return the string "(unknown")
=cut
---
Bests and thanks for your work!
Salvatore