options subroutines have to return something optionable.
This commit is contained in:
parent
cc7c041242
commit
30e8a28012
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ property parser => (
|
|||
for my $class ( @{$session->config->get('templateParsers')} ) {
|
||||
$parsers{$class} = $self->getParser($session, $class)->getName();
|
||||
}
|
||||
return \%parsers;
|
||||
},
|
||||
);
|
||||
sub _default_parser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue