http://www.perlmonks.org?node_id=572711


in reply to Re: Why did DBIC overtake CDBI?
in thread Why did DBIC overtake CDBI?

Although you didn't ask about it, one of the main limitations in HTML::Template in working with ORM's is that you can't pass it an object directly (I think HTML::Template::Plugin::Dot gets around this, but I haven't tried it).
HTML::Template::Compiled also supports objects. (and CGI::Application and Catalyst both have a plugin/view class for it)