hi i'm writing concerning an annoying feature of DateTime - parameters validation. with use bigint in effect, DateTime croaks because ints are no longer scalars, but rather hashrefs. the module uses Params::Validate and expects most of its arguments to be of type SCALAR. i guess it makes sence to either allow the to also be OBJECTS, or, more precisely, its refs to equal 'bigint'. can someone fix this or i'd better send a patch?
-- regards, Maxim