Skip Menu |

This queue is for tickets about the Params-Classify CPAN distribution.

Report information
The Basics
Id: 97070
Status: open
Priority: 0/
Queue: Params-Classify

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

Bug Information
Severity: Critical
Broken in: 0.013
Fixed in: (no value)



Subject: Test::More alpha breaks Params::Classify
The fix is simple, in t/ref.t, line 50: 50 test_ref_type(\&is, "CODE"); Change it to 50 test_ref_type(sub {1}, "CODE"); Test::More now blesses its exports so they can be traced more reliably.
This and other fixes are also at https://github.com/rurban/Params-Classify -- Reini Urban
Subject: Re: [rt.cpan.org #97070] Test::More alpha breaks Params::Classify
Date: Tue, 14 Jun 2016 08:27:00 -0700
To: bug-Params-Classify [...] rt.cpan.org
From: Chad Granum <exodist7 [...] gmail.com>
I think this problem is long since solved, but on Test::More's side. The actual release does not bless the exports, and the alphas stopped doing that over a year ago. On Jun 14, 2016 8:22 AM, "Reini Urban via RT" < bug-Params-Classify@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97070 > > > This and other fixes are also at https://github.com/rurban/Params-Classify > > -- > Reini Urban > >