Christian Hansen wrote: > Rick Measham wrote: >> I'm a windows no-nothing. But can't we 'make ppm' from the distros? >> If so, I can easily automate that. I'll set a script to download >> each modules that's uploaded and make ppm on each of them. >> >> However I'm betting it's not really that easy huh? > > Itīs pretty straight forward, > > perl Makefile.PL > nmake > nmake test > nmake ppd > tar -cf DateTime-VERSION.tar blib > gzip --best DateTime-Version.tar > > perl -pi.bak -e "s|HREF=\"\"|HREF=\"DateTime.tar.gz\"|" DateTime.ppd
And for the modules that use module build we would need perl Makefile.pl perl build perl build test perl build dist perl build ppd This all works (now!!) I was having major problems creating the archive. It seems that Archive-tar-1.08 did the trick :) What about the versions of perl? 5.004, 5.6.1, 5.8.0, 5.8.3 ? Ron