Subject: | Text::Balanced Makefile and Build file require "warning.pm" while module doesn't. |
The Makefile.PL and Build.PL file require warnings.pm and thus perl >=
5.6 while the module doesn't use warnings.pm and only has a requirement
for 5.005.
This prevent the module, and thus Parse::RecDescent, from installing
cleanly in Perl 5.005.
I suggest removing "use warnings;" from both files.
John.
--