summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-02 19:21:28 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-02 19:21:28 -0600
commit36f26104e0fbf7d03a4f24d6ad5c6624b3f34622 (patch)
tree16ecb792ae159a83c9c79056091cafe101704596
parentd9244897341a1a80ef95609a7978a1148ec05c86 (diff)
downloadtext-handlebars-36f26104e0fbf7d03a4f24d6ad5c6624b3f34622.tar.gz
text-handlebars-36f26104e0fbf7d03a4f24d6ad5c6624b3f34622.zip
stop adding pod to unindexed files
-rw-r--r--dist.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index d97cf89..daf92f7 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,10 +3,18 @@ author = Jesse Luehrs <doy at cpan dot org>
license = MIT
copyright_holder = Jesse Luehrs
+[FileFinder::Filter / WeaverFiles]
+finder = :InstallModules
+finder = :ExecFiles
+skip = ^lib/Text/Handlebars/Compiler.pm$
+skip = ^lib/Text/Handlebars/Symbol.pm$
+skip = ^lib/Text/Xslate/Syntax/Handlebars.pm$
+
[@DOY]
:version = 0.08
dist = Text-Handlebars
repository = github
+PodWeaver_finder = WeaverFiles
[AutoPrereqs]