Skip to content

Commit

Permalink
Adjust to rename of template_file method in Template::Zoom.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Feb 8, 2011
1 parent 295c0fd commit 8a93208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Vend/PDF.pm
Expand Up @@ -67,7 +67,7 @@ sub pdf {
my $text = shift;
my $out;

$out = ::errmsg($text);
$out = Vend::Tags->filter({op => 'loc', body => $text});

return $out;

Expand All @@ -82,7 +82,7 @@ sub pdf {

$html_object = new Template::Zoom::HTML;

$html_object->parse_template($template, $spec);
$html_object->parse_file($template, $spec);

for $list_object ($html_object->lists()) {
# seed and check input
Expand Down

0 comments on commit 8a93208

Please sign in to comment.