1
0
mirror of synced 2026-05-02 14:40:09 +00:00

2006-01-02 14:05:58 by steve

Updated headers slightly.
This commit is contained in:
steve
2006-01-02 14:05:58 +00:00
parent 07c0b7884a
commit 063bff3d0e
3 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: modules.sh,v 1.3 2006-01-02 13:59:13 steve Exp $
# $Id: modules.sh,v 1.4 2006-01-02 14:05:58 steve Exp $
#
cat <<EOF
@@ -19,7 +19,6 @@ cat <<EOF
#
# Steve
# --
# $Id: modules.sh,v 1.3 2006-01-02 13:59:13 steve Exp $
#
use Test::More qw( no_plan );

View File

@@ -6,7 +6,7 @@
#
# Steve
# --
# : $
# $Id: modules.t,v 1.6 2006-01-02 14:05:58 steve Exp $
#
use Test::More qw( no_plan );

View File

@@ -1,9 +1,11 @@
#!/usr/bin/perl -w
#
# Test that all the Perl modules we require are available.
# Test that the POD we include in our scripts is valid, via the external
# podcheck command.
#
# Steve
#
# --
# $Id: pod-check.t,v 1.3 2006-01-02 14:05:58 steve Exp $
#
use strict;