Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have an idea how to best trouble shoot this error from my *.exe file after compiling it using PAR-0.956 on windows:
The following parameter was passed in the call to DateTime::Format::Bu +ilder::Par ser::create_single_parser but was not listed in the validation options +: params at DateTime/Format/Builder/Parser.pm line 299

Replies are listed 'Best First'.
Re: PAR Error
by Anonymous Monk on Oct 16, 2006 at 14:06 UTC
    I should have included this in my initial question: I'm trying to convert the "add_friends" script that's included with the WWW-Myspace-0.58 module to an exe for easier portability. Any help would be greatly appreciated. These are the steps I have taken thus far:
    # Added the following pragmas to the 'add_friends' script because pp c +omplained they were missing: use Contextual::Return::Failure; use DateTime::Locale::en_US; # I created the exe as follows: pp -o add_friends.exe add_friends
    Thanks