Subject: | Error in option spec: "except|=s@" |
got error:
$ pod2projdocs -o /tmp -l lib
Error in option spec: "except|=s@"
version:
Getopt::Long 2.38
Pod::ProjectDocs 0.36
patch:
--- pod2projdocs.orig 2010-03-10 15:22:31.000000000 +0900
+++ pod2projdocs 2010-03-10 15:22:42.000000000 +0900
@@ -17,7 +17,7 @@
'help|?' => \$help,
'out|o=s' => \$out,
'lib|l=s@' => \$lib,
- 'except|=s@' => \$except,
+ 'except|e=s@' => \$except,
'title|t=s' => \$title,
'desc|d=s' => \$desc,
'charset|c=s' => \$charset,
Subject: | pod2projdocs.patch |
--- pod2projdocs.orig 2010-03-10 15:22:31.000000000 +0900
+++ pod2projdocs 2010-03-10 15:22:42.000000000 +0900
@@ -17,7 +17,7 @@
'help|?' => \$help,
'out|o=s' => \$out,
'lib|l=s@' => \$lib,
- 'except|=s@' => \$except,
+ 'except|e=s@' => \$except,
'title|t=s' => \$title,
'desc|d=s' => \$desc,
'charset|c=s' => \$charset,