> There is no DateTime::Locale::en_US in the CPAN > version. Is this a bug or I'm using it the wrong way?
It's a bug. Theres even a locale alias that tries to point at it. 'eng_US' => 'en_US', en.pm seems to be missing as well as there's an alias for it as well. 'eng' => 'en', There's probably others missing as well. The icu data for en and en_US isn't missing so it's not immediately clear to me what the issue is. -J --
