Skip Menu |

This queue is for tickets about the strictures CPAN distribution.

Report information
The Basics
Id: 72350
Status: rejected
Priority: 0/
Queue: strictures

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

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



Subject: version 2 wishlist
utf8->import; open->import(':utf8'); # Not ':encoding(UTF-8)' due to undesirable side effect reported in https://github.com/doherty/utf8-all/issues/5 open->import(':std'); feature->import(':5.10'); # !!!!! # <3 mst
On Fri Nov 11 04:04:26 2011, rsimoes wrote: Show quoted text
> utf8->import; > open->import(':utf8'); # Not ':encoding(UTF-8)' due to undesirable
side Show quoted text
> effect reported in https://github.com/doherty/utf8-all/issues/5 > open->import(':std'); > feature->import(':5.10'); # !!!!!
strictures is entirely "extra strictness". None of these things belong; they're just "other things that you would like your code to get at the same time". Much though I do appreciate why you'd want them, I don't believe any of them should be part of strictures. Look at SineSwiper's sanity.pm for a pluggable way to create a 'strictures + extra stuff', which I think is what you really want. I'm marking this ticket rejected on grounds of "out of scope for this particular pragma".