I support enabling `warnings` with `use v5.36` 1000%. I'm surprised we didn't already do it. I only see it as a net positive.
I don't know if the `no warnings; use v5.36` is worth the effort?
I can't think of a real world scenario where you'd want one
without the other. And if you did you can enable features one by
one. If it's easy then we should do it... but I wouldn't want to
spend too much time on it.
Please make this happen.
- Scott
Porters,
Here's an almost simple one:
I propose thatuse v5.36turns on, in addition to strictures and the feature bundle, warnings. Specifically, behaves the same as "use warnings".
I'm torn on whether I think it should behave like the "use vX" behavior of strict, whereby "no strict; use v5.30" does NOT enable strictures. Probably, just for the sake of reducing the number of exceptions -- but if we fold more things into use vX, we need to decide if they all need to be tracked this way.
--
rjbs