rename private settings keys

This commit is contained in:
Oliver Gorwits
2013-05-30 06:30:06 +01:00
parent fdac8f6c33
commit 76b7636c74
8 changed files with 38 additions and 35 deletions

View File

@@ -51,6 +51,9 @@ hook 'before_template' => sub {
# allow very long lists of ports
$Template::Directive::WHILE_MAX = 10_000;
# allow hash keys with leading underscores
$Template::Stash::PRIVATE = undef;
};
get '/' => sub {