Fri Sep 05 08:50:29 2008: Request 29070 was acted upon.
Transaction: Correspondence added by SMUELLER
Queue: PAR-Packer
Subject: Scheduled blocks run at wrong time.
Broken in: 0.976
Severity: Critical
Owner: Nobody
Requestors: [EMAIL PROTECTED]
Status: open
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=29070 >
Since Perl 5.10, we have UNITCHECK which works with PAR (and string eval
and require).
It's not the same as CHECK nor INIT, but I suppose in some cases, a
UNITCHECK would be as good as a CHECK: Unlike CHECK, which runs after
everything has been compiled, it runs after the current compilation unit
(i.e. module, etc) has been compiled.
Maybe this helps in some cases.