Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-ProjectDocs CPAN distribution.

Report information
The Basics
Id: 55409
Status: resolved
Priority: 0/
Queue: Pod-ProjectDocs

People
Owner: Nobody in particular
Requestors: tomita [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.36
Fixed in: (no value)



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,
fixed in repo. http://coderepos.org/share/changeset/36991 On 2010-3月-10 水 01:27:14, TOMITA wrote: Show quoted text
> 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,
Fixed in the meantime, as mentioned. Am Mi 10. Mär 2010, 01:52:18, TOKUHIROM schrieb: Show quoted text
> fixed in repo. > http://coderepos.org/share/changeset/36991 > > On 2010-3月-10 水 01:27:14, TOMITA wrote:
> > 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,
>