Just for the record as I missed one of Aldo's last mails because I wasn't CC'ed:

> if you execute:
>
>    perl -MExtUtils::MM_Win32 -e 'print "YES THERE IS" if
> ExtUtils::MM_Win32->can("cflags");'
>
> you should get "YES THERE IS".

Yes, I do get "YES THERE IS" with this.

-- 
Sebastian Schuberth


On Tue, Oct 8, 2013 at 12:26 PM, bulk 88 <bul...@hotmail.com> wrote:
> ----------------------------------------
>> Date: Mon, 7 Oct 2013 08:42:54 +0200
>> From: d...@perl.it
>> To: bul...@hotmail.com; libwin32@perl.org
>> Subject: Re: Perl's Win32::API on MSYS
>>
>> but... this is done differently in ExtUtils::MakeMaker docs:
>>
>> http://search.cpan.org/~bingos/ExtUtils-MakeMaker-6.78/lib/ExtUtils/MakeMaker.pm#Overriding_MakeMaker_Methods
>>
>> in particular:
>>
>> package MY; # so that "SUPER" works right
>> sub c_o {
>> my $inherited = shift->SUPER::c_o(@_);
>> # ...
>> }
>>
>> I checked as back as CPAN goes (ExtUtils::MakeMaker 6.54 from 2009) and
>> this was still the documented way of doing it, so it doesn't seem to be
>> a new thing (and hopefully works on 5.8 too).
>>
>>
>> cheers,
>> Aldo
>
> Changed the design in a branch 
> https://github.com/bulk88/perl5-win32-api/tree/msys

Reply via email to