Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 71475
Status: resolved
Priority: 0/
Queue: Getopt-Long-Descriptive

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Allow options to be massaged
I would like my options that describe directories or files to be Path::Class::{Dir,File} objects. Some ways to implement this that I can think of: - Allow { massage => sub { file($_) } } in describe_options for individual options, - Make Getopt::Long::Descriptive::Opts mutable, i.e. let me munge the options after they have been loaded.