Re: [Module::Build] Archive::Tar file format
Status: Beta
Brought to you by:
kwilliams
|
From: Glenn L. <pe...@ne...> - 2004-01-08 05:05:22
|
On approximately 1/7/2004 8:04 PM, came the following characters from
the keyboard of Ken Williams:
> On Wednesday, January 7, 2004, at 08:51 PM, Glenn Linderman wrote:
>
>> Randy... It looks like M::B 0.21_02 is still building PPD files that
>> PPM dislikes: "Error: no suitable installation target found for
>> package GFfP." So I still have to manually edit the PPD file to fix
>> this. Maybe this one got dropped through the cracks of all the other
>> problems?
>
>
> Hmm, it may have - if you don't mind reminding me, what kind of edits
> did you have to make?
Well, now. I can tell you the edits I _did_ make, that cured the
symptom. Whether both were necessary, I couldn't say... but this made
it more like one that is "known to work".
diff -c gffp.ppd~ gffp.ppd
*** gffp.ppd~ Wed Jan 7 18:33:43 2004
--- gffp.ppd Wed Jan 7 18:41:38 2004
***************
*** 3,11 ****
<ABSTRACT>computational routines</ABSTRACT>
<AUTHOR>Glenn Linderman <pe...@ne...></AUTHOR>
<IMPLEMENTATION>
- <PERLCORE VERSION="5,008000,0,0" />
<OS VALUE="MSWin32" />
! <ARCHITECTURE NAME="MSWin32-x86-multi-thread" />
<CODEBASE HREF="GFfP-0.1.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
--- 3,10 ----
<ABSTRACT>computational routines</ABSTRACT>
<AUTHOR>Glenn Linderman <pe...@ne...></AUTHOR>
<IMPLEMENTATION>
<OS VALUE="MSWin32" />
! <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
<CODEBASE HREF="GFfP-0.1.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
--
Glenn -- http://nevcal.com/
===========================
The best part about procrastination is that you are never bored,
because you have all kinds of things that you should be doing.
|