Dave Rolsky wrote: > On Fri, 30 Jan 2004, Hill, Ronald wrote: > [snipped]
>> failed building DateTime-Locale prerequisite YAML >> aborting build of DateTime-Locale: failed prerequisites > > DT::Locale doesn't need YAML! WTF?! Don't ask me :) > > It includes a META.yml file, courtesy of Module::Build, but so do > many other modules. > >> I checked the Module::Build status and it is listed as >> fail. (no reason why) > > This may be the real problem. I got this module to build for me :) I did have a problem building ExtUtils-ParseXS on 5.6.1 & 5.8.0 (if I remember correctly) But this was fixed when 5.8.1 was released. This was the reason I never generated PPM's for perl 5.6.1 As it stands right now I can build DateTime for perl 5.8.3 without problems. Does this mean the the modules will run on 5.8.0? I really don't know what to do about 5.6.1 > >> I also noticed that some of the modules in DateTime use >> module-build and others use the MakeMaker method. >> Which one should we use? Is there a standard? > > Well, I think Module::Build is definitely the way to go, but > I don't want to force anyone to use it. I've used it > for most of my modules on CPAN, I think it is time that we do come up with a standard way of shipping out modules. ( Module-Build or makemaker)It sure would make installing DateTime modules much simpler. I personally don't care which one we use as long as everyone agrees. > with the exception of DateTime.pm and older ones I've not yet > converted. I've been meaning to convert DateTime.pm as well, though I > may wait til > the XS compilation pieces of Module::Build are known to work on Win32. > I think it does work. I am currently using it (see above) Thanks Ron