Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 72539
Status: resolved
Priority: 0/
Queue: Test-Deep

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

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



Subject: feature request: noneof()
Date: Fri, 18 Nov 2011 15:06:55 -0500
To: bug-Test-Deep [...] rt.cpan.org
From: Michael Hamlin <myrrhlin [...] gmail.com>
Test::Deep needs a noneof() list comparitor object, e.g., cmp_deeply(@publicdata, noneof(@privatedata), 'no leak of private data') the test would fail if any element in @privatedata matches any element in @publicdata.
Subject: Re: [rt.cpan.org #72539] AutoReply: feature request: noneof()
Date: Fri, 18 Nov 2011 15:16:14 -0500
To: bug-Test-Deep [...] rt.cpan.org
From: Michael Hamlin <myrrhlin [...] gmail.com>
Sorry I derp'd the sample, should read:  cmp_deeply( [@publicdata], noneof(@privatedata), 'no leak of private data')
This is a reasonable candidate for a separate plugin distribution.
On 2013-08-13 16:55:20, ETHER wrote: Show quoted text
> This is a reasonable candidate for a separate plugin distribution.
I think this sounds like a good plugin for the core. -- rjbs