Skip Menu |

This queue is for tickets about the ARGV-readonly CPAN distribution.

Report information
The Basics
Id: 125275
Status: new
Priority: 0/
Queue: ARGV-readonly

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

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



Subject: Add ability to perform "escaping" at runtime
The feature I see as missing is the ability to perform the "escaping" at runtime. This would allow runtime use of Getopt::Long::GetOptions, for example. This could be added in backwards compatible way using something like the following: use ARGV::readonly qw( argv_readonly ); ... argv_readonly(); ...