markpitchless / moosex-getopt-usage

Perl Moose Role to use with MooseX::Getopt to generate a coloured usage message from your classes meta
2 stars 2 forks source link

Fixed bug #91235; now works with Moose 2.1204 #10

Closed stekaz closed 10 years ago

stekaz commented 10 years ago

Hi Mark,

Version 0.18 fails to install without force. Several tests fail during Build test:

https://rt.cpan.org/Public/Bug/Display.html?id=91235

I've identified the problem and have added a fix. Updated to version 0.19. Would you mind pushing this out to CPAN?Thanks.

markpitchless commented 10 years ago

Hi,

Thanks a lot for this, I'm a bit busy but should be able to take a look on Thursday and push a release.

sestaton commented 10 years ago

@markpitchless Is there any chance this could be incorporated and pushed to CPAN? I have some code that uses mx-getopt-usage and it would greatly simplify the build process to not have to install the patched code from the fork on github.

Thanks.

markpitchless commented 10 years ago

Hi Evan, really sorry this didn't get done for so long. Many thanks for the patch, I'll make sure I push this out by Monday.

Cheers

On 12 September 2014 01:10, Evan Staton notifications@github.com wrote:

@markpitchless https://github.com/markpitchless Is there any chance this could be incorporated and pushed to CPAN? I have some code that uses mx-getopt-usage and it would greatly simplify the build process to not have to install the patched code from the fork on github.

Thanks.

Reply to this email directly or view it on GitHub https://github.com/markpitchless/moosex-getopt-usage/pull/10#issuecomment-55346359 .

"In the beginning, there was nothing, which exploded."

markpitchless commented 10 years ago

@skazakoff this has been released as a developer version: https://metacpan.org/release/PITCHLESS/MooseX-Getopt-Usage-0.21_01

Once that has been through some cpan testers and looks good I'll do a proper release (which will be version 0.22).

markpitchless commented 10 years ago

@sestaton all pushed to cpan proper now, version 0.22. Nice to know someone out there is using this :)