Skip Menu |

This queue is for tickets about the Getopt-Euclid CPAN distribution.

Report information
The Basics
Id: 21169
Status: resolved
Priority: 0/
Queue: Getopt-Euclid

People
Owner: DCONWAY [...] cpan.org
Requestors: tbmoore9 [...] verizon.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v0.0.5
Fixed in: (no value)



Subject: Some POD corrections
Great module. I'm showing it to the Perl work session on Friday. perl -v: This is perl, v5.8.6 built for darwin-thread-multi-2level uname -a: Darwin g5.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc In reading the POD, I found a couple of errors, I think. Here is a diff file between the corrected copy(.new) and the old copy(.orig) of Euclid.pm (v0.0.5): diff Euclid.pm.orig Euclid.pm.new 1081c1081 < that's no more than zero. --- Show quoted text
> that's no more than 100.
1123d1122 < (same as: number > 0) Two examples have wrong comments: 1) under Placeholder constraints, ... =for Euclid: h.type: integer > 0 w.type: number <= 100 ... and that "<w>" has to be given a number (not necessarily an inte- ger) that's no more than zero. 2) under Standard placeholder types, ... number ...must be an number num n (same as: number > 0) Boyd
Resolved. Thanks.