[Jifty-commit] jifty-dbi branch, master, updated. 0.66-3-g8bc6971

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 18 19:31:42 EST 2011


The branch, master has been updated
       via  8bc69713661e7ed8b86d89a949952bc4b9061a4d (commit)
      from  82102d4aa0dd6ee8b9f62cde296ca89fa9be71b8 (commit)

Summary of changes:
 t/99-tabs.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8bc69713661e7ed8b86d89a949952bc4b9061a4d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Feb 18 19:31:24 2011 -0500

    No use strict, so we can pull off eval "use Test::NoTabs" then using its exports

diff --git a/t/99-tabs.t b/t/99-tabs.t
index 58b36df..1d0b380 100644
--- a/t/99-tabs.t
+++ b/t/99-tabs.t
@@ -3,4 +3,4 @@ eval "use Test::NoTabs 1.00";
 plan skip_all => "Test::NoTabs 1.00 required for testing POD coverage" if $@;
 plan skip_all => "Tab tests only run for authors" unless (-d 'inc/.author');
 
-Test::NoTabs::all_perl_files_ok('lib', 't');
+all_perl_files_ok('lib', 't');

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list