From 99e46934fecb5857e49d676577ad29ee0db4033b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Jul 2014 19:23:47 -0400 Subject: skip excel files in Test::NoTabs --- dist.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dist.ini') 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 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] -- cgit v1.2.3-54-g00ecf