Tue Apr 14 12:27:23 2009: Request 45032 was acted upon.
Transaction: Ticket created by framp
Queue: PAR
Subject: main.pl used as the root perl program for pp creates busy loop
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=45032 >
Took me some days to figure out why I was able to create a final .pl
file with pp but every invocation of the generated .pl file created a
busy loop.
Finally I found the reason for this: I called my main perl file I used
as the input file for pp main.pl. When I renamed it to hello.pl the busy
loop was gone.
Would save other beginners of pp a lot of time if pp will reject main.pl
as input file ;-).