[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 62e3fedba1efefad60609249ebb9f16025c7a3e1

Shawn Moore sartak at bestpractical.com
Fri Feb 11 23:24:45 EST 2011


The branch, master has been updated
       via  62e3fedba1efefad60609249ebb9f16025c7a3e1 (commit)
      from  43b836216ed644f2c6e47097db2c9a60d111f958 (commit)

Summary of changes:
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 62e3fedba1efefad60609249ebb9f16025c7a3e1
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Feb 11 23:24:36 2011 -0500

    Fix tests declaration

diff --git a/Makefile.PL b/Makefile.PL
index 63996fd..b289f6f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ requires('Jifty' => '1.01209');
 
 build_requires 'Test::More';
 
-tests('t/t/*.t');
+tests('t/*/t/*.t');
 
 auto_install;
 WriteAll;

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



More information about the Bps-public-commit mailing list