Dave Rolsky wrote: > But DateTime.pm already has a set_time_zone() > method, and people are likely going to be exposed > to that before DateTime::Set, so I think > keeping them consistent is more important.
how about to emit a warning and "usage" if a DateTime::Set method is used in an unexpected context: DateTime::Set::foo was called in void context. Usage: $new_set = $set->foo() at xxx line xxx. - Flavio S. Glock
