Subject: | make ppd doesn't list prerequisites properly |
`make ppd' just doesn't work
I'd consider this critical, but only cause I make lots of ppm packages ;)
Try building PAR and doing make ppd to see that
none of
requires ('File::Temp');
requires ('Compress::Zlib' => 1.14);
requires ('Archive::Zip' => 1.0);
requires ('Module::ScanDeps' => 0.19);
translate into
<DEPENDENCY NAME="File-Temp" VERSION="0,0,0,0" /> ...
in the resulting ppd file (PAR.ppd).
I looked at ToDo, and this is not listed.
You should also probably test this feature when you add it.
--
Peace