Re: [rt.cpan.org #95809] [PATCH] Using Inline in a distribution with multiple modules
[email protected] Mon, 26 May 2014 22:19:26 +1000
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <78CE81FE4E3541B3896B57756CF968FE@OwnerPC311012> |
-----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