Make Text::Aspell optional. This is mostly to unblock development on HEAD
for those of us who can't get Text::Aspell to work, with no UI components added to show that the spell checker is disabled.
This commit is contained in:
parent
37aad09679
commit
d5be2abcf3
4 changed files with 6 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ checkModule("URI::Escape","3.28");
|
|||
checkModule("POSIX");
|
||||
checkModule("List::Util");
|
||||
checkModule("Color::Calc");
|
||||
checkModule("Text::Aspell");
|
||||
checkModule("Text::Aspell",0.01,2);
|
||||
|
||||
###################################
|
||||
# Checking WebGUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue