Current versions of aspell (>= 0.60, I think) now consider -l to be
synonymous with --lang. Where before one would use `aspell -l`, now
it's necessary to use `aspell list`.
Subject: | diff.text |
diff -r Test-Spelling-0.11/lib/Test/Spelling.pm Test-Spelling/lib/Test/Spelling.pm
284c284
< standard output will do. For example, you can use C<aspell -l>.
---
> standard output will do. For example, you can use C<aspell list>.