> > What would DateTime::HiRes offer besides a hires_now() method? > > Nothing. :) > > DateTime::HiRes->now() > > reads nicely.
It also doesn't load Time::HiRes unless we're actually going to use it. Which is probably most of the time. I guess we could get the same effect with require inside of DateTime::now_high_res(). -J --
