summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 19:23:47 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 19:23:47 -0400
commit99e46934fecb5857e49d676577ad29ee0db4033b (patch)
treef257c358fc44ddc972080769e559ed3d285d4cb4 /dist.ini
parent8d5eb1ae9dfdf01ba89ca807f947f16f9bfc02a1 (diff)
downloadspreadsheet-parsexlsx-99e46934fecb5857e49d676577ad29ee0db4033b.tar.gz
spreadsheet-parsexlsx-99e46934fecb5857e49d676577ad29ee0db4033b.zip
skip excel files in Test::NoTabs
Diffstat (limited to 'dist.ini')
-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]