in reply to perlcritic - Is it possible to "nest" perlcriticrc files?

Taking a peek at the source of Perl::Critic::UserProfile, it turns out the config file is just a Config::Tiny file. Unfortunately that doesn't support an "include file" feature, and Perl::Critic::Config doesn't seem to mention support for multiple files overriding one another. Unless I missed something poking around (very possible), I'm not sure this is possible and you might have to build your own solution.

  • Comment on Re: perlcritic - Is it possible to "nest" perlcriticrc files?

Replies are listed 'Best First'.
Re^2: perlcritic - Is it possible to "nest" perlcriticrc files?
by TreyWaters (Initiate) on Mar 09, 2016 at 20:41 UTC
    Bummer! Thanks for your input!