----------------------------------------
> 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