Skip Menu |

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

Report information
The Basics
Id: 61003
Status: rejected
Priority: 0/
Queue: MooseX-Getopt

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

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



Subject: Allow -opt to replace user-hostile --opt
Hi Folks Yep. It's time to say the philosophy behind --x has won over the original -x, but that -x is user-friendly and --x is user-hostile. TIA.
MooseX::Getopt uses Getopt::Long::Descriptive to parse its options. If you can find an option somewhere in there to achieve your aims, you can use it - e.g. use Getopt::Long qw(:config pass_through); with 'MooseX::Getopt'; ... will enable the pass_through feature. If you can't find a suitable option, you are welcome to submit a ticket or patch to the Getopt::Long maintainers. On Thu Sep 02 17:23:47 2010, RSAVAGE wrote: Show quoted text
> Hi Folks > > Yep. It's time to say the philosophy behind --x has won over the > original -x, but that -x is user-friendly and --x is user-hostile. > > TIA.
Subject: Re: [rt.cpan.org #61003] Allow -opt to replace user-hostile --opt
Date: Tue, 07 Sep 2010 09:24:57 +1000
To: bug-MooseX-Getopt [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Karen On Fri, 2010-09-03 at 15:40 -0400, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=61003 > > > MooseX::Getopt uses Getopt::Long::Descriptive to parse its options. If > you can find an option somewhere in there to achieve your aims, you can > use it - e.g. > > use Getopt::Long qw(:config pass_through); > with 'MooseX::Getopt'; > > ... will enable the pass_through feature. > > If you can't find a suitable option, you are welcome to submit a ticket > or patch to the Getopt::Long maintainers.
OK. I have time to investigate. I'm doing that now... -- Ron Savage http://savage.net.au/ Ph: 0421 920 622
Subject: Re: [rt.cpan.org #61003] Allow -opt to replace user-hostile --opt
Date: Tue, 07 Sep 2010 12:54:57 +1000
To: bug-MooseX-Getopt [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Karen On Fri, 2010-09-03 at 15:40 -0400, Karen Etheridge via RT wrote: Show quoted text
You can file this as not-a-bug. I was able to get satisfaction from existing options. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622
Marking this as "not a bug" for the third time now. Please don't reply again unless you want to reopen the issue? Thanks :)