Skip Menu |

This queue is for tickets about the Hash-Mogrify CPAN distribution.

Report information
The Basics
Id: 48043
Status: resolved
Priority: 0/
Queue: Hash-Mogrify

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

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



Subject: More featureful force option
force shouldn't be a global setting. The ability to set it globally is nice, but being able to control it on a per-map setting would be far more useful. Possible means of doing so are via a global variable (ick), or tacking a bitmask variable onto the end of the argument list. Within the routine, you can then pop it off if the array has an odd number of elements.
since 0.02 all options are now also localy possible through a bitmap as last argument.