Re: Perl's Win32::API on MSYS

[email protected] (Sebastian Schuberth) Wed, 2 Oct 2013 10:46:24 +0200
Newsgroups perl.libwin32
Message-ID <CAHGBnuM_9hTPq4-SUQaJm7ZxwNUASBYkuk=Bf0q99+8u5u325A@mail.gmail.com>
On Wed, Oct 2, 2013 at 10:02 AM, Aldo Calpini <[email protected]> wrote:

> a better approach could be:
>
>   my $dlib = eval {$self->SUPER::cflags(@_) };
>   # eventually warn or do something different if $@

I've updated my pull request with this approch, please see:

https://github.com/cosimo/perl5-win32-api/pull/10/commits

Also, I've added a commit that fixes a bug in substr length calculation.

-- 
Sebastian Schuberth