Skip Menu |

This queue is for tickets about the Test-Most CPAN distribution.

Report information
The Basics
Id: 87539
Status: rejected
Priority: 0/
Queue: Test-Most

People
Owner: Nobody in particular
Requestors: ross.attrill [...] gmail.com
Cc:
AdminCc:

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



Subject: Feature: Import modern core features
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
From: ross.attrill [...] gmail.com
On Thu Aug 01 20:45:08 2013, uvb wrote: Show quoted text
> 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.
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
Subject: Re: [rt.cpan.org #87539] Feature: Import modern core features
Date: Sat, 3 Aug 2013 18:47:21 +1000
To: bug-Test-Most [...] rt.cpan.org
From: Ross Attrill <ross.attrill [...] gmail.com>
Thank you Ovid - I will start work on this and get back to with a pull request. It might take me a few weeks. On Fri, Aug 2, 2013 at 3:47 PM, Curtis 'Ovid' Poe via RT < bug-Test-Most@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87539 > > > On Thu Aug 01 21:01:57 2013, uvb wrote:
> > 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 >
On Sat Aug 03 04:47:36 2013, uvb wrote: Show quoted text
> Thank you Ovid - I will start work on this and get back to with a pull > request. It might take me a few weeks. > > > On Fri, Aug 2, 2013 at 3:47 PM, Curtis 'Ovid' Poe via RT < > bug-Test-Most@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=87539 > > > > > On Thu Aug 01 21:01:57 2013, uvb wrote:
> > > 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 > >
There's been no activity in a year, so I'm closing this ticket. Best, Ovid