Skip Menu |

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

Report information
The Basics
Id: 123875
Status: resolved
Priority: 0/
Queue: Getopt-Long-Complete

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

Bug Information
Severity: (no value)
Broken in: 0.30
Fixed in: (no value)



Subject: Documentation: words -> array
The 2nd example says: return complete_array_elem(words=>[qw/die warn ignore/], word=>$word); But "words" does not work. It seems that "array" should be used here.
On Wed, 13 Dec 2017 15:14:44 GMT, SREZIC wrote: Show quoted text
> The 2nd example says: > > return complete_array_elem(words=>[qw/die warn ignore/], word=>$word); > > But "words" does not work. It seems that "array" should be used here.
Fixed, thanks!