I'm wondering about the best way to detect if libaspell is installed and that a specific dictionary is available.
I author the Perl module Text::Aspell that links with libaspell. To install the module the user needs libaspell, of course, but also I require that a specific dictionary is installed so that the test scripts can do actual word lookups. But, it would be nice to catch the lack of dictionary before getting to the test scripts (i.e. when running Makefile.PL). aspell dicts will list dictionaries, but I assume libaspell could be installed and not the aspell binary. Any suggestions? -- Bill Moseley [EMAIL PROTECTED] _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
