X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=.perlcriticrc;h=1e099736f487357eda17118e9f3a79e05870e312;hb=62672f88cdae1fcc811d7fe99fbafc678d2a857a;hp=0dd5260ae6022b4419f322bf0f9998eec48411ec;hpb=c5ad5c8276579cce39ad90175633560a6fbf09bd;p=ikiwiki.git diff --git a/.perlcriticrc b/.perlcriticrc index 0dd5260ae..1e099736f 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -19,7 +19,7 @@ severity = 1 # when they are part of the core program. I don't plan to have more than # the one exporting module in IkiWiki, so let's ignore this test. [-Modules::RequireFilenameMatchesPackage] -# IkiWIki also switches _out_ of the core package when a package namespace +# IkiWiki also switches _out_ of the core package when a package namespace # is a good way to group a set of functions. This doesn't mean I want it # loading up a separate file though, so it's in the same file. [-Modules::ProhibitMultiplePackages]