summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Compiler.pm
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 /lib/Text/Handlebars/Compiler.pm
parent36f26104e0fbf7d03a4f24d6ad5c6624b3f34622 (diff)
downloadtext-handlebars-80984ffc79cb58c7b75523737de7c81c4405ba03.tar.gz
text-handlebars-80984ffc79cb58c7b75523737de7c81c4405ba03.zip
pod coverage
Diffstat (limited to 'lib/Text/Handlebars/Compiler.pm')
-rw-r--r--lib/Text/Handlebars/Compiler.pm24
1 files changed, 21 insertions, 3 deletions
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