summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index 34261ce..9c60dab 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,10 +3,16 @@ author = Jesse Luehrs <doy@tozt.net>
license = MIT
copyright_holder = Jesse Luehrs
+[FileFinder::Filter / NonBinaryScriptFiles]
+finder = :ExecFiles
+finder = :TestFiles
+skip = \.xlsx?$
+
[@DOY]
-:version = 0.14
+:version = 0.15
dist = Spreadsheet-ParseXLSX
repository = github
+Test::NoTabs_script_finder = NonBinaryScriptFiles
[AutoPrereqs]