Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 64728
Status: resolved
Priority: 0/
Queue: SQL-Translator

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

Bug Information
Severity: Normal
Broken in: 0.11007
Fixed in: 0.11008



On Thu Jan 13 01:21:59 2011, ANDK wrote: Show quoted text
The issue there is this: sub filter { Test::More::pass(@_) } and something hands it a SQL::Translator::Schema object as a test name. That doesn't pass the "Str" type check on a result description in Test::Builder2. I'll probably loosen that restriction, but it's not a very useful test description and should probably be fixed anyway.
On Sat Feb 05 06:02:42 2011, MSCHWERN wrote: Show quoted text
> On Thu Jan 13 01:21:59 2011, ANDK wrote: > > The issue there is this: > > sub filter { Test::More::pass(@_) } > > and something hands it a SQL::Translator::Schema object as a test name. > That doesn't pass the "Str" type check on a result description in > Test::Builder2. I'll probably loosen that restriction, but it's not a > very useful test description and should probably be fixed anyway.
Fair comment, fixed in master.