comparison tests/no-tabs.t @ 77:00ed5b99ccb0

Removed $Id: $ markers from CVS times.
author Steve Kemp <steve@steve.org.uk>
date Mon, 10 Dec 2007 14:01:23 +0000
parents 8503c495b169
children 1dc051bcbe0c
comparison
equal deleted inserted replaced
76:2e7d3a1e97c7 77:00ed5b99ccb0
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.2 2007-08-13 22:55:11 steve Exp $
8 7
9 8
10 use strict; 9 use strict;
11 use File::Find; 10 use File::Find;
12 use Test::More qw( no_plan ); 11 use Test::More qw( no_plan );