As someone still using Date::Manip in a few places for flexible parsing I'm excited about this module. ;)
The code does this: my $mod = __PACKAGE__.'::Lang::'.uc($self->{Lang}); eval "use $mod"; die $@ if $@; (plus the sanity check). I suppose I can do this by wrapping new() in an eval, but it might be handy to define a fallback language so if the passed in lang doesn't have a Lang module then will try and use the fallback. -- Bill Moseley [EMAIL PROTECTED]