Template-Plugin-PwithBR version 0.01 ==================================== NAME Template::Plugin::PwithBR - TT Plugin that changes paragraph and newline into p with br. SYNOPSIS [% USE PwithBR %] [% FILTER p_with_br %] foo bar hoge [% END %] Output:
  foo
  bar
  
hoge
DESCRIPTION Template::Plugin::PinBR is TT plugin.When this plugin is used, and 
 are appropriately output.
  It is not possible to achieve it with the filter html_para and
  html_break / html_para_break or html_line_break.
SEE ALSO
  Template, Template::Plugin
AUTHOR
  Daisuke Komatsu,