File tree 1 file changed +3
-3
lines changed
lib/Module/CPANTS/Kwalitee
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ sub kwalitee_indicators {
249
249
},
250
250
{
251
251
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.} ,
253
253
remedy => q{ Change the permissions of Build.PL/Makefile.PL to not-executable.} ,
254
254
code => sub {(shift -> {buildfile_executable } || 0) > 0 ? 0 : 1},
255
255
},
@@ -267,7 +267,7 @@ sub kwalitee_indicators {
267
267
},
268
268
{
269
269
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 .} ,
271
271
remedy => q{ Remove the offending file!} ,
272
272
code => sub {
273
273
my $d =shift ;
@@ -392,7 +392,7 @@ Returns the Kwalitee Indicators datastructure.
392
392
393
393
=item * has_tests_in_t_dir
394
394
395
- =item * buildfile_not_executabel
395
+ =item * buildfile_not_executable
396
396
397
397
=item * has_example (optional)
398
398
You can’t perform that action at this time.
0 commit comments