
Signature
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle Pagaltzis // <http://plasmasturm.org/>
* Aristotle Pagaltzis <pagaltzis@gmx.de> [2009-06-18 04:25]:
> I even delayed writing this note, thinking I’d get around to
> making my changes available, but they’re insubstantial and
> unfinished and it really doesn’t matter any more.
Actually, http://github.com/ap/Getopt--Auto has my work now. It
addresses the issues in the RT ticket, though there are no tests
and it’d have to be firmed up for a release. Feel free to keep
them or throw them away or do whatever, in case you decide to
pick up the module.
Regards,

Signature
Aristotle Pagaltzis // <http://plasmasturm.org/>
Ken Williams - 11 Jul 2009 03:06 GMT
> Actually, http://github.com/ap/Getopt--Auto has my work now.
It's interesting how everyone seems to have different desiderata for
Getopt modules.
Personally, my holy grail of Getopt modules would let me specify my
command-line switches in a format that can be parsed by shells (e.g.
the fabulous zsh) so they could auto-complete script options for me
without having to duplicate everything in my _compdir.
Or maybe vice versa. I dunno.
-Ken
James E Keenan - 14 Jul 2009 00:43 GMT
> * Aristotle Pagaltzis <pagaltzis@gmx.de> [2009-06-18 04:25]:
>> I even delayed writing this note, thinking I’d get around to
>> making my changes available, but they’re insubstantial and
>> unfinished and it really doesn’t matter any more.
>
> Actually, http://github.com/ap/Getopt--Auto has my work now.
What commands should a git noob use to access/download this from github?
James E Keenan - 14 Jul 2009 00:45 GMT
> * Aristotle Pagaltzis <pagaltzis@gmx.de> [2009-06-18 04:25]:
>> I even delayed writing this note, thinking I’d get around to
>> making my changes available, but they’re insubstantial and
>> unfinished and it really doesn’t matter any more.
I see from another thread that this module was recently adopted by
Geoffrey Leach.
Geoffrey Leach - 14 Jul 2009 14:05 GMT
> > * Aristotle Pagaltzis <pagaltzis@gmx.de> [2009-06-18 04:25]:
> >> I even delayed writing this note, thinking I’d get around to
[quoted text clipped - 3 lines]
> I see from another thread that this module was recently adopted by
> Geoffrey Leach.
Indeed. That's me, and I'm working on it. Suggestions are welcome.