[rt.cpan.org #17415] Problem with PAR and Inline

[email protected] ("Ed J via RT") Sun, 22 Jun 2014 23:31:24 -0400
Newsgroups perl.inline
Message-ID <[email protected]>
Sun Jun 22 23:31:23 2014: Request 17415 was acted upon.
Transaction: Correspondence added by ETJ
       Queue: Inline
     Subject: Problem with PAR and Inline
   Broken in: 0.44
    Severity: (no value)
       Owner: Nobody
  Requestors: [email protected], [email protected]
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=17415 >


This looks like a specific example of the general issue of being able to run when relocated.

The bug is from 2006. In 2014, Inline's M30_error_no_obj function (which will get called in the code the proposed patch wants to not run) gives instructions on how to allow a new compile of the inline code.

I propose that the correct way to deal with the problem the requestor was having is to either make PAR create suitable 'auto' directories so Inline can find what it's looking for, or update the modules that use inline code to not disable the rebuilding.