insert TODO messages for a future API fix
This commit is contained in:
parent
60e3fb39c2
commit
a239c98820
3 changed files with 9 additions and 0 deletions
|
|
@ -324,6 +324,9 @@ A hash reference containing template variables and loops. Automatically includes
|
|||
|
||||
=cut
|
||||
|
||||
# TODO: Have this throw an error so we can catch it and print more information
|
||||
# about the template that has the error. Finding an "ERROR: Error in template"
|
||||
# in the error log is not very helpful...
|
||||
sub process {
|
||||
my $self = shift;
|
||||
my $vars = shift;
|
||||
|
|
|
|||
|
|
@ -68,6 +68,9 @@ A hash reference containing template variables and loops.
|
|||
|
||||
=cut
|
||||
|
||||
# TODO: Have this throw an error so we can catch it and print more information
|
||||
# about the template that has the error. Finding an "ERROR: Error in template"
|
||||
# in the error log is not very helpful...
|
||||
sub process {
|
||||
my $class = shift;
|
||||
my $template = shift;
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@ A hash reference containing template variables and loops.
|
|||
|
||||
=cut
|
||||
|
||||
# TODO: Have this throw an error so we can catch it and print more information
|
||||
# about the template that has the error. Finding an "ERROR: Error in template"
|
||||
# in the error log is not very helpful...
|
||||
sub process {
|
||||
my $self = shift;
|
||||
my $template = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue