[Templates-cvs] cvs commit: TT3 Makefile.PL
cvs@template-toolkit.org
cvs@template-toolkit.org
Thu, 25 Mar 2004 17:02:21 +0000
cvs 04/03/25 17:02:20
Modified: . Makefile.PL
Log:
* temporarily removed broken test in sub-dirs
Revision Changes Path
1.4 +3 -1 TT3/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /template-toolkit/TT3/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.PL 2003/12/16 14:40:10 1.3
+++ Makefile.PL 2004/03/25 17:02:20 1.4
@@ -10,7 +10,9 @@
'SUFFIX' => 'gz',
},
'test' => {
- TESTS => 't/*.t t/*/*.t',
+ # most tests in sub-dirs are broken so skip for now
+# TESTS => 't/*.t t/*/*.t',
+ TESTS => 't/*.t',
},
);