From: Dave Rolsky Date: Fri, 3 Jul 2009 15:30:55 +0000 (-0500) Subject: add a notabs test X-Git-Tag: 0.90~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0156915cde1934bb6fd67d3a2c9930de45a86c05;p=gitmo%2FClass-MOP.git add a notabs test --- diff --git a/xt/author/tabs.t b/xt/author/tabs.t new file mode 100644 index 0000000..1b9c5b9 --- /dev/null +++ b/xt/author/tabs.t @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Test::More; + +eval "use Test::NoTabs 0.8"; +plan skip_all => "Test::NoTabs 0.8 required for testing tabs" if $@; + +# Module::Install has tabs, so we can't check 'inc' or ideally '.' +all_perl_files_ok('lib', 't', 'xt'); +