blob: af05c457c7bb7309a2b41a3ca9ed6323a7aadde3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ruN App-tkispell-0.20.orig/Makefile.PL App-tkispell-0.20/Makefile.PL
--- App-tkispell-0.20.orig/Makefile.PL 2020-10-13 18:20:04.000000000 +0200
+++ App-tkispell-0.20/Makefile.PL 2021-09-30 22:15:54.013859210 +0200
@@ -27,7 +27,7 @@
# The first match is for Solaris which. The second is for
# Linux which. The 3rd one for Windows.
-if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0 || $ispell_bin !~ m/(?:i|a)spell.exe$/) ) {
+if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0) ) {
print "Could not find locate ispell or aspell.\n";
print "Make sure that the program is installed in a directory\n";
print "named in the PATH environment variable.\n";
|