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()
| [reply] |
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()
| [reply] [d/l] [select] |