Subject: | looking for files in the wrong dir(s) |
This module assumes that it is running out of something like t/no-tabs.t. When it is instead run out of xt/release/no-tabs.t, it fails to find any .pm files, because it only looks one directory up.
It should actually be looking relative to the CWD, not where the test is located.
I can fix this in Dist::Zilla::Plugin::NoTabsTests (by doing a file-find there and passing the files one at a time to notabs_ok(), but it would be better to fix it here, once and for all.