Subject: | Test::Exception |
In version 0.13 an effort was made to remove any dependency on
Test::Exception. In t/02_config.t substitute functions were introduced
and reference to Test::Exception was removed from Build.PL. However
there are still references in t/60_store.t and t/01_basic.t.
So one of the following should be done:
1.) The issue with Test::Exception should be fixed and we should go back
to using Test::Exception.
2.) We should have our own Test::Exception inside t and use that.