> What exactly is prevent you from just passing an object as the language > parameter to the DateTime constructor?
DT::Language can't be subclassed from outside the DT::Language tree because of the way the constructor works. My patch makes it so that when ->new is called without any arguments an object of that class is returned (instead of using the load mechanism). -J --
