RunApp::Template - Base class for RunApp template service
Contents
Copyright
Copyright (C) 2002-5, Fotango Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
perl v5.34.0 2022-06-17 RunApp::Template(3pm)
Description
The class allows inherited classes to use Template, and will use the DATA section of the subclass as
default template if not otherwise specified.
Name
RunApp::Template - Base class for RunApp template service
Synopsis
my $cron = RunApp::Template->new(
file => "file to be generated",
source => "template file",
.. other params, passed to template ..
);
