Subject: | Wrong failures when distdir ends in "foo/foo" |
Hi.
I discovered that trying to run Test::Kwalitee for a module located in a
path that ends in "foo/foo" resulted in metrics errors and death, while
running it from "foo/foo1" doesn't. This can be solved by specifying the
destdir to be '.' (when it's not specified, T::K feeds M::C::A with
destdir => cwd()), and since the destdir is actually passed straight to
Module::CPANTS::Analyse I think it's the part that may at cause here.
Sorry of not being able to provide a clearer testcase.
Anyway, thanks for the good work.
Vincent Pit.