Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 106939
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ** Warning: expected format of Makefile generated by ExtUtils::MakeMaker is changed
Prima 1.44 + EU::MM 7.06

** Warning: expected format of Makefile generated by ExtUtils::MakeMaker is
changed, so making of library Prima.a will not be performed correctly.
Prima will run OK, but modules dependent on it may not build.
Please notify the author.
And here is the patch:
- $END .= <<BAD_MAKEFILE unless $t =~ s/(^\$\(INST_DYNAMIC\)\:.*?\n(?:\t.*?\n)*)/$1$line/m;
+ $END .= <<BAD_MAKEFILE unless $t =~ s/(^\$\(INST_DYNAMIC\)\s*\:.*?\n(?:\t.*?\n)*)/$1$line/m;
patch committed, thank you! please check out if the latest github version works for you /dk
Subject: Re: [rt.cpan.org #106939] ** Warning: expected format of Makefile generated by ExtUtils::MakeMaker is changed
Date: Mon, 7 Sep 2015 22:42:08 +0200
To: bug-Prima [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>
On 7.9.2015 22:28, KARASIK via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=106939 > > > patch committed, thank you! please check out if the latest github version works for you
Latest github is okay Thanks for prompt reply -- kmx