summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-16 15:38:56 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-16 15:39:46 -0400
commit55286352c3fdcbb66d521e3d474f78903ba588e8 (patch)
tree2823790268c6b0a5c60b797c761264b8644f50ec
parent412da50b013c70f646d0298c35cffc4461496be3 (diff)
downloadtext-handlebars-55286352c3fdcbb66d521e3d474f78903ba588e8.tar.gz
text-handlebars-55286352c3fdcbb66d521e3d474f78903ba588e8.zip
[PodCoverageTests] still fails if there are files with no pod
-rw-r--r--lib/Text/Handlebars/Symbol.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Text/Handlebars/Symbol.pm b/lib/Text/Handlebars/Symbol.pm
index cc81f7a..f4fffe4 100644
--- a/lib/Text/Handlebars/Symbol.pm
+++ b/lib/Text/Handlebars/Symbol.pm
@@ -16,4 +16,8 @@ has is_block_helper => (
__PACKAGE__->meta->make_immutable;
no Mouse;
+=for Pod::Coverage
+
+=cut
+
1;