From: Shawn M Moore Date: Fri, 26 Jun 2009 19:27:48 +0000 (-0400) Subject: Add author tests for "no tabs" X-Git-Tag: 0.85~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ca42e40e9f3d62367376e7d361cb58b01b4f92c;p=gitmo%2FMoose.git Add author tests for "no tabs" --- diff --git a/xt/author/tabs.t b/xt/author/tabs.t new file mode 100644 index 0000000..c0d723c --- /dev/null +++ b/xt/author/tabs.t @@ -0,0 +1,12 @@ +#!/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 $@; + +all_perl_files_ok(); +