in reply to Please Help ! Perl2Exe error

Hi --- I recently had the same issue. I was able to resolve it by doing the following: In your script, add: #perl2exe_include attributes; In Perl/lib/attributes.pm line 48, change: _warn_reserved ..to _warn_reserved()

Replies are listed 'Best First'.
Re^2: Please Help ! Perl2Exe error
by Anonymous Monk on Oct 31, 2012 at 21:23 UTC

    Sorry for the unformatted reply, here it is a bit clearer:

    I recently had the same issue. I was able to resolve it by doing the following:

    In your script, add:

    #perl2exe_include attributes;

    In Perl/lib/attributes.pm line 48, change:

    _warn_reserved ...to _warn_reserved()