Tatsuhiko Miyagawa's Blog

more modules

August 14, 2002

now spending more time into Perl module development again!

Locale::Maketext::Lexicon::Properties - Locale::Maketext::Lexicon’s new implementation to parse java.util.Properties style lexicon files. It uses Data::Properties inside. now I think it should use java.text.MessageFormat for variable interpolation, just like Struts.

Template::Plugin::Properties - TT plugin to read properties file inside TT templates. This also comes from Struts taglib message:write

Class::DBI::Pager - glues Class::DBI and Data::Page. it’s made of just a few lines of code, so some people should suspect whether it’s worth making a module for it, but it’d reduce your tedious repeated work of HTML paging for Class::DBI objects.

those can all be downloaded from here.