summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 21:48:35 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 21:48:35 -0600
commit80984ffc79cb58c7b75523737de7c81c4405ba03 (patch)
tree8743b200aba6b3a27ffe9a4c7d790d81feedcbfb
parent36f26104e0fbf7d03a4f24d6ad5c6624b3f34622 (diff)
downloadtext-handlebars-80984ffc79cb58c7b75523737de7c81c4405ba03.tar.gz
text-handlebars-80984ffc79cb58c7b75523737de7c81c4405ba03.zip
pod coverage
-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