Skip Menu |

This queue is for tickets about the MooseX-Types-Path-Class CPAN distribution.

Report information
The Basics
Id: 39327
Status: open
Priority: 0/
Queue: MooseX-Types-Path-Class

People
Owner: THEPLER [...] cpan.org
Requestors: bobtfish [...] bobtfish.net
KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.04
  • 0.07
  • 0.08
Fixed in:
  • 0.05
  • 0.06
  • 0.09



Subject: MooseX::Getopt should be an optional dependency
It should be perfectly possible to install this module without MooseX::GetOpt, as the GetOpt features are/should be entirely optional.
This was done in release 0.05, which happened some months ago. -Todd

This bug was restored in 0.07, as since 0.07 , MooseX::Getopt is an unconditional runtime requirement.

 

MooseX::Getopt should be either of, or both of:

 

runtime_suggests ( not recommends, because installing it has no actual benefit to runtime, everyone who wants runtime benefits have to directly consume it )

test_recommends ( because tests actually directly operate on MooseX::Getopt )

 

Fixed again in 0.09. sorry about that!