Subject: | build bug |
hi
the missing Module::Build is still a problem.
i added "use Module::Build;" in Build.PL but i doesn't fix it.
what you can do (which worked for me) is to edit Makefile.PL and add this:
PL_FILES => {},
somewhere in the middle, like under "PREREQ_PM"
hope it works for you too