X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=blobdiff_plain;f=.perlcriticrc;h=1e099736f487357eda17118e9f3a79e05870e312;hp=0dd5260ae6022b4419f322bf0f9998eec48411ec;hb=0594bfda0ed879f2bb3aa83b50585bcc77268440;hpb=c5ad5c8276579cce39ad90175633560a6fbf09bd 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]