On Thu Aug 01 21:01:57 2013, uvb wrote:
Show quoted text> On Thu Aug 01 20:45:08 2013, uvb wrote:
> > Test::Most has a significant advantage over Test::More in that it
> > automatically does 'use strict; use warnings'.
> >
> > This request is to also import core features from at least v5.10 (or
> > better v5.16) by default. That is equivalent to 'use v5.10'.
> >
> > cf. Modern::Perl
>
> Should read:
> Test::Most adds great value to Test::More in that it ...
>
> I can write a patch if you agree to the request.
This does sound like an interesting idea. If you submitted it as a pull request against
https://github.com/Ovid/test--most, that would be great. The major issue would be making this optional to preserve backward-compatibility. If someone already has a 'when' function in their namespace, I'd hate to break their code.
Cheers,
Ovid