まだText::XslateでもText::MicroTemplateでもなくTemplate::Toolkitを主に使っているわけですが。。 やりたいこと テンプレート中に出てくるURLを自動でアンカーテキストにしたい。 http://example.com/が自動的に <a href="http://example.com/">http://example.com/</a>になってほしい。このはてなダイアリーでURL書くだけでhttp://example.com/みたいに自動でリンクになるように。 Template::Plugin::AutoLink Template::Plugin::AutoLink - search.cpan.org というモジュールがあります。これを使えば、期待通りの動作をします。 use Test::More; use strict; use warnings