On Monday 30 June 2008 08:49:32 [EMAIL PROTECTED] wrote:

> Modified:
>    trunk/tools/util/perlcritic.conf
>
> Log:
> Resolve RT# 56470;
>
> Tell perlcritic not to warn about uninstalled modules.
>
>
>
> Modified: trunk/tools/util/perlcritic.conf
> ===========================================================================
> --- trunk/tools/util/perlcritic.conf  (original)
> +++ trunk/tools/util/perlcritic.conf  Mon Jun 30 08:49:31 2008
> @@ -1,5 +1,9 @@
>  verbose = 3
>
> +# not all the profiles listed here are installed by default, even if you
> have +# Perl::Critic. Shhhh.
> +profile-strictness = quiet
> +
>  [BuiltinFunctions::ProhibitStringySplit]
>  add_themes = parrot

With P::C 1.03, I get:

# Perl::Critic had errors 
in "/home/chromatic/dev/parrot/lib/Parrot/Ops2pm/Utils.pm":
#       Setting "profile-strictness" is not supported

Seems like we ought to encourage upgrades.

-- c

Reply via email to