>>>>> On Wed, 14 Mar 2007 21:11:27 +0000, Tels <[EMAIL PROTECTED]> said:
> Moin, > On Wednesday 14 March 2007 18:58:57 [EMAIL PROTECTED] wrote: >> This distribution has been tested as part of the cpan-testers > [snip] >> ------------------------------ >> TEST OUTPUT >> ------------------------------ >> >> Output from './Build test': > I provided a Build.PL file to make it easier for people who have > Module::Build installed and are used to using it. This is not one of the brightest ideas. > However, I never tested it since I donot have Module::Build, > I guess that somehow Module::Build is screwing up when running the > testfiles (that work with MakeMaker). MakeMaker and Module::Build are not simply programs. They are protocols too. You cannot expect that renaming a Makfile.PL to Build.PL or running "do Makefile.PL" in a Build.PL just works. It won't. Just don't do that. > Well, or something along these lines, I have to check all the other fail > reports for some pattern. The pattern is: remove your fake Build.PL. -- andreas
