RunApp::Template - Base class for RunApp template service


RunApp documentation  | view source Contained in the RunApp distribution.

Index


NAME

Top

RunApp::Template - Base class for RunApp template service

SYNOPSIS

Top

  my $cron = RunApp::Template->new(
    file => "file to be generated",
    source => "template file",
    .. other params, passed to template ..
  );




DESCRIPTION

Top

The class allows inherited classes to use Template, and will use the DATA section of the subclass as default template if not otherwise specified.

AUTHORS

Top

Chia-liang Kao <clkao@clkao.org>

Refactored from works by Leon Brocard <acme@astray.com> and Tom Insam <tinsam@fotango.com>.

COPYRIGHT

Top


RunApp documentation  | view source Contained in the RunApp distribution.