Wed Aug 08 11:45:14 2012: Request 78194 was acted upon.
Transaction: Correspondence added by KENO
       Queue: PAR
     Subject: PAR::Dist::parse_dist_name mis-parses par file name when arch  is 
darwin-2level
   Broken in: 0.48
    Severity: Important
       Owner: Nobody
  Requestors: k...@cpan.org
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78194 >


The fix I suggested above does work but it's not the right fix.  The right fix 
is to change line 
1171 from this

        if ($e =~ /^$version|any_version$/) {

to this

        if ($e =~ /^(?:$version|any_version)$/) {

This is the match that was too loose.

Reply via email to