Skip to content

Commit fcad8c9

Browse files
committed
1 parent f81487e commit fcad8c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Module/CPANTS/Kwalitee/Files.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ sub kwalitee_indicators {
249249
},
250250
{
251251
name=>'buildtool_not_executable',
252-
error=>q{The buildtool (Build.PL/Makefile.PL) is executable. This is bad, because you should specifiy which perl you want to use while installing.},
252+
error=>q{The build tool (Build.PL/Makefile.PL) is executable. This is bad because you should specify which perl you want to use while installing.},
253253
remedy=>q{Change the permissions of Build.PL/Makefile.PL to not-executable.},
254254
code=>sub {(shift->{buildfile_executable} || 0) > 0 ? 0 : 1},
255255
},
@@ -267,7 +267,7 @@ sub kwalitee_indicators {
267267
},
268268
{
269269
name=>'no_generated_files',
270-
error=>q{This distribution has a file that it should generate and not be distribute.},
270+
error=>q{This distribution has a file that should be generated at build time, not distributed by the author.},
271271
remedy=>q{Remove the offending file!},
272272
code=>sub {
273273
my $d=shift;
@@ -392,7 +392,7 @@ Returns the Kwalitee Indicators datastructure.
392392
393393
=item * has_tests_in_t_dir
394394
395-
=item * buildfile_not_executabel
395+
=item * buildfile_not_executable
396396
397397
=item * has_example (optional)
398398

0 commit comments

Comments
 (0)