Subject: | Wrong PREREQ_PM in Makefile.PL |
Dist name/version: Lingua-AR-Db-2.12
PREREQ_PM in Makefile.PL is wrong. Now it looks this way:
PREREQ_PM => {'Lingua::AR::Word' => 1.5.4, MLDBM, DB_File},
Should be something like this:
PREREQ_PM => {'Lingua::AR::Word' => 1.5.4, MLDBM => 0,
DB_File => 0},
This is a hash in list context, with MLDBM used as key, and DB_File used
as value for this key.
--
Serguei Trouchelle