On Thu, 2 Sep 2004, Dave Rolsky wrote: > Well, the original question was in regards to subclasses of DateTime.pm. > Given that a subclass will inherit from_object(), that seems good enough. > > my $my_dt = My::DT::Subclass->from_object( object => DateTime->new ); > > That should work without any changes to existing code.
Except for all those non-inheritable lexical variables in the DateTime namespace... -J --