comparison tests/pod-check.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 e19fcf87da87
children
comparison
equal deleted inserted replaced
76:2e7d3a1e97c7 77:00ed5b99ccb0
3 # Test that the POD we include in our scripts is valid, via the external 3 # Test that the POD we include in our scripts is valid, via the external
4 # podcheck command. 4 # podcheck command.
5 # 5 #
6 # Steve 6 # Steve
7 # -- 7 # --
8 # $Id: pod-check.t,v 1.1 2007-10-10 10:06:24 steve Exp $
9 # 8 #
10 9
11 use strict; 10 use strict;
12 use Test::More qw( no_plan ); 11 use Test::More qw( no_plan );
13 12