insert TODO messages for a future API fix

This commit is contained in:
Doug Bell 2008-08-25 21:07:21 +00:00
parent 60e3fb39c2
commit a239c98820
3 changed files with 9 additions and 0 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;