For some background, the localization code has been in RHTMLO for several
versions and I've actually used it at work for over a year. What's actually
on CPAN now is a refinement of that code, with the essential (IMO) addition
of private libraries. And, of course, the even more essential addition of
documentation and tests :)
Please give it a try and let me know how it works out for you. API
suggestions welcome.
(As usual, there are a few minor bug fixes too.)
-John
0.600 (12.13.2008) - John Siracusa <sira...@gmail.com>
* Added localization support.
* Added private library support.
* Rose::HTML::Form::Field::PopUpMenu's internal_value() is now
unconditionally singular, and undef when no items are selected.
* Fixed a bug in Rose::HTML::Image that made detection of image
sizes dependent on method call order. (Reported by Sean Allen)
* Added mod_perl 2.x support to Rose::HTML::Image. (Reported by
Sean Allen)