in reply to Re^5: DateTime->now problem
in thread DateTime->now problem

Appears to be working. At this point I don't care about the elegance of the solution, I would rather just not have to come in this weekend to recode these scripts. Thanks for all your help ikegami

Replies are listed 'Best First'.
Re^7: DateTime->now problem
by ikegami (Patriarch) on Apr 01, 2011 at 22:45 UTC

    A cleaner solution might be to delete (or rename) the file returned by

    echo $(dirname $(perldoc -l Params::Validate))/../auto/Params/Validate +/Validate.so

    It's very broken, so you don't want to use it, and P::V will fall back on the pure Perl solution.