summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Text/Handlebars.pm3
-rw-r--r--lib/Text/Handlebars/Compiler.pm24
2 files changed, 23 insertions, 4 deletions
diff --git a/lib/Text/Handlebars.pm b/lib/Text/Handlebars.pm
index a1fedb0..594c8ca 100644
--- a/lib/Text/Handlebars.pm
+++ b/lib/Text/Handlebars.pm
@@ -276,8 +276,9 @@ L<http://search.cpan.org/dist/Text-Handlebars>
default_helpers
default_functions
options
- render
render_string
+ render
+ canonicalize_vars
=cut
diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm
index ada8065..e92e9ce 100644
--- a/lib/Text/Handlebars/Compiler.pm
+++ b/lib/Text/Handlebars/Compiler.pm
@@ -650,12 +650,30 @@ __PACKAGE__->meta->make_immutable;
no Any::Moose;
=for Pod::Coverage
- call
- check_lambda
define_helper
- iterator_index
+ find_file
+ is_unary
+ join
+ literalize
+ call
make_ternary
vars
+ iterator_index
+ check_lambda
+ is_array_ref
+ is_hash_ref
+ is_code_ref
+ make_array
+ make_hash
+ is_falsy
+ not
+ array_length
+ run_code
+ new_vars
+ save_lvar
+ merge_hash
+ merge_single_hash
+ literal
=cut