Skip Menu |

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

Report information
The Basics
Id: 61146
Status: resolved
Priority: 0/
Queue: Test-Most

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

Bug Information
Severity: Normal
Broken in: 0.22
Fixed in: (no value)



Subject: Test::Most does not allow excluding specific symbols from export.
This works: use Test::Most tests => 42, '-Test::Deep'; but this should also work: use Test::Most tests => 42, '!blessed'; Patch in http://github.com/karenetheridge/test--most -- will send pull request.
On Tue Sep 07 18:24:49 2010, ETHER wrote: Show quoted text
> This works: > use Test::Most tests => 42, '-Test::Deep'; > > but this should also work: > > use Test::Most tests => 42, '!blessed'; > > Patch in http://github.com/karenetheridge/test--most -- will send pull > request.
Patch applied and new distribution uploaded as 0.23. Thank you! Ovid