Hi, just inquiring about PAR release plans. I submitted a pretty serious bug with a very easy fix (https://rt.cpan.org/Ticket/Display.html?id=78633) back in July, and haven't seen any updates about it. Roderick, has this RT reached your attention? Let me know if I've submitted it improperly and I will try to correct it. My hope, of course, is that there will be a new release soon, and that it will have my fix so I can use PAR without local mods or workarounds.
The bug is that passing a PAR::Repository::Client object to PAR::import does not work: my $client = PAR::Repository::Client->new( {...} ); use PAR { repository => $client }; The repository=>$client is, in effect, ignored. Thanks for your stewardship of PAR! Ken