RE: Perl's Win32::API on MSYS
[email protected] (bulk 88) Tue, 8 Oct 2013 06:26:43 -0400
| Newsgroups | perl.libwin32 |
|---|---|
| Message-ID | <[email protected]> |
---------------------------------------- > Date: Mon, 7 Oct 2013 08:42:54 +0200 > From: [email protected] > To: [email protected]; [email protected] > 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