Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 82352
Status: new
Priority: 0/
Queue: Test-TypeConstraints

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

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



Subject: Feature request: test a value does not pass a type constraint
Your module is great, I'm using it to replace a lot of scaffolding code in my tests.  I have a feature request: test that a value *does not* pass the type constraint.  Otherwise a type constraint that accepts anything will always pass.

I'd suggest type_isnt() and type_doesnt().

What do you think?