comparison tests/no-tabs.t @ 3:8503c495b169

2007-08-13 22:55:11 by steve imported into cvstrac
author steve
date Mon, 13 Aug 2007 22:55:11 +0000
parents bc8961a81af6
children 00ed5b99ccb0
comparison
equal deleted inserted replaced
2:76908e95f398 3:8503c495b169
2 # 2 #
3 # Test that none of our scripts contain any literal TAB characters. 3 # Test that none of our scripts contain any literal TAB characters.
4 # 4 #
5 # Steve 5 # Steve
6 # -- 6 # --
7 # $Id: no-tabs.t,v 1.1.1.1 2007-08-13 22:53:14 steve Exp $ 7 # $Id: no-tabs.t,v 1.2 2007-08-13 22:55:11 steve Exp $
8 8
9 9
10 use strict; 10 use strict;
11 use File::Find; 11 use File::Find;
12 use Test::More qw( no_plan ); 12 use Test::More qw( no_plan );