Re: [rt.cpan.org #95809] [PATCH] Using Inline in a distribution with multiple modules

[email protected] ("[email protected] via RT") Mon, 26 May 2014 08:20:04 -0400
Newsgroups perl.inline
Message-ID <[email protected]>
Mon May 26 08:20:03 2014: Request 95809 was acted upon.
Transaction: Correspondence added by [email protected]
       Queue: Inline
     Subject: Re: [rt.cpan.org #95809] [PATCH] Using Inline in a distribution with multiple modules
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: [email protected]
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95809 >


-----Original Message----- 
From: [email protected] via RT

> Turns out that while the structure I was using successfully builds and
> installs, it doesn't actually install the compiled libraries  - so it's
> inadequate on that score. (This also should be fixed.)

My mistake. Nothing to be fixed wrt that structure - it works perfectly so 
long as you set it up correctly (ie as per modules/Math::Simple demo in the 
Inline source).
Attached Foo-4.tar.gz builds, tests, and installs fine - and there's no 
compilation to be done after 'make install' has been run.
Points to watch:
1) that the Makefiles.PL use Inline::MakeMaker (not ExtUtils::MakeMaker);
2) that the pm files contain the correct 'NAME' and 'VERSION' Config 
options;
3) that the version number is of the form of x.xx.

Can now move on to the actual issue that is the subject of this bug report.

Cheers,
Rob