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

Well, I'd say there could very well be a missing time_zone => 'local' argument, but it wouldn't cause the error.

I would also like to know the version Params::Validate he has installed. The version can be obtained using

perl -v | grep version perl -le'use DateTime; print DateTime->VERSION' perl -le'use Params::Validate; print Params::Validate->VERSION'

Replies are listed 'Best First'.
Re^3: DateTime->now problem
by Grimey (Novice) on Apr 01, 2011 at 21:19 UTC

    Updated original post with, but will add these all here as well

    Perl version: 5.12.3

    DateTime version: 0.66

    Params::Validate version: 0.95