Open Tux opened 10 months ago
I'm a bit confused why this is necessary. Nothing in the tidyall code references this module.
maybe a (newer) version of Perl::Tidy requires it (during test)
maybe a (newer) version of Perl::Tidy requires it (during test)
I think you mean Perl::Critic
. And yes, Perl::Critic
does require Pod::PlainText
, but it's listed in Perl::Critic
's dependencies. So I'm not sure why it didn't get installed for you.
That said, I did just find that tidyall didn't include Perl::Critic
as a develop phase requirement, so I fixed that.