SA Bugzilla – Bug 8251
Building requires Perl Critic
Last modified: 2024-04-30 21:27:34 UTC
I'd like to suggest that Perl::Critic modules not be required even for build_requires. Instead, make them author tests with something similar to this unless ( $ENV{RELEASE_TESTING} ) { plan( skip_all => "Author tests not required for installation" ); }
I agree. Those should be developer only tests that are not relevant to normal installs. If nobody else in the PMC disagrees I'll make a change to that effect.
+1 on removing Perl::Critic from default "build_requires".