From 651150b02983578daa3571774ce1d9579a155d4c Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Wed, 9 Sep 2015 10:30:33 -0300 Subject: [PATCH] missing parenthesis in 'has_changelog' error msg --- lib/Module/CPANTS/Kwalitee/Files.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Module/CPANTS/Kwalitee/Files.pm b/lib/Module/CPANTS/Kwalitee/Files.pm index bf83931..74091b7 100644 --- a/lib/Module/CPANTS/Kwalitee/Files.pm +++ b/lib/Module/CPANTS/Kwalitee/Files.pm @@ -250,7 +250,7 @@ sub kwalitee_indicators { }, { name=>'has_changelog', - error=>q{The distribution hasn't got a Changelog (named something like m/^chang(es?|log)|history$/i. A Changelog helps people decide if they want to upgrade to a new version.}, + error=>q{The distribution hasn't got a Changelog (named something like m/^chang(es?|log)|history$/i). A Changelog helps people decide if they want to upgrade to a new version.}, remedy=>q{Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.}, code=>sub { shift->{file_changelog} ? 1 : 0 }, details=>sub {