Tue Jun 05 08:40:24 2012: Request 77633 was acted upon.
Transaction: Ticket created by https://alantar.myopenid.com/
Queue: PAR-Packer
Subject: dmake clean removes myldr\winres\pp.rc
Broken in: 1.013
Severity: (no value)
Owner: Nobody
Requestors: oliver.fitz@partner.bmw.de
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77633 >
Issuing
perl Makefile.pl
dmake clean
removes the pp.rc-file from the extracted distribution directory. Issuing
perl Makefile.pl
directly afterwards complains:
Warning: the following files are missing in your kit:
myldr/winres/pp.rc
Cause:
The "clean"-target in Makefile.pl also removes "$pre_res" (line 323),
which contains just "winres\pp.rc". I think it shouldn't do that.