Subject: | Data::SExpression - Makefile.PL requirements |
Date: | Mon, 8 Jan 2007 16:34:18 -0200 |
To: | "Nelson Elhage" <nelhage [...] mit.edu>, bug-Data-SExpression [...] rt.cpan.org |
From: | "Adriano Ferreira" <a.r.ferreira [...] gmail.com> |
Nelson,
The Makefile.PL of the Data-SExpression-0.32 distribution misses the
explicit requirements for Test::More and Test::Deep.
I don't use Module::Install but I think something similar to these
lines will do it:
build_requires('Test::More');
build_requires('Test::Deep');
Congratulations for you work at this module. And thanks for your attention.
Adriano Ferreira.