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.