Skip Menu |

This queue is for tickets about the Hailo CPAN distribution.

Report information
The Basics
Id: 82277
Status: resolved
Priority: 0/
Queue: Hailo

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

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



Subject: Please use print_usage_text via MooseX::Getopt instead
In MooseX::Getopt 0.48, the undocumented private interface _getopt_full_usage was renamed print_usage_text and documented as a public, overridable API. Your dist uses _getopt_full_usage; please switch to print_usage_text.d
On 2012-12-27T03:30:43-05:00, ETHER wrote: Show quoted text
> In MooseX::Getopt 0.48, the undocumented private interface > _getopt_full_usage was renamed print_usage_text and documented as a > public, overridable API. Your dist uses _getopt_full_usage; please > switch to print_usage_text.d
Sorry about taking literally around a year to answer this, I looked at the MooseX::Getopt::Basic source just now and while _getopt_full_usage has a public API now we also use _getopt_spec_exception which doesn't. Any plans to make that API public? I found it quite useful to override both.
Subject: Re: [rt.cpan.org #82277] Please use print_usage_text via MooseX::Getopt instead
Date: Sun, 1 Dec 2013 10:27:49 -0800
To: AEvar Arnfjord Bjarmason via RT <bug-Hailo [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Sun, Dec 01, 2013 at 01:14:47PM -0500, AEvar Arnfjord Bjarmason via RT wrote: Show quoted text
> Sorry about taking literally around a year to answer this, I looked at the MooseX::Getopt::Basic source just now and while _getopt_full_usage has a public API now we also use _getopt_spec_exception which doesn't. > Any plans to make that API public? I found it quite useful to override both.
Hmm possibly! I'll take a look, maybe even soon.. ;)
On 2013-12-01T13:27:59-05:00, ETHER wrote: Show quoted text
> On Sun, Dec 01, 2013 at 01:14:47PM -0500, AEvar Arnfjord Bjarmason via > RT wrote:
> > Sorry about taking literally around a year to answer this, I looked > > at the MooseX::Getopt::Basic source just now and while > > _getopt_full_usage has a public API now we also use > > _getopt_spec_exception which doesn't. > > Any plans to make that API public? I found it quite useful to > > override both.
> > Hmm possibly! I'll take a look, maybe even soon.. ;)
I'm about to upload a release which just uses Moose, and that seems to work.