Remove extraneous and misleading old CVS IDs
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 14:55:49 +0000 (15:55 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 14:55:49 +0000 (15:55 +0100)
52 files changed:
MANIFEST
MANIFEST.SKIP
Makefile.PL
README
ZOOM.xs
archive/README
archive/test-server/README
archive/test-server/test-server.cfg
archive/test-server/test-server.init
archive/test-server/test-server.notes
lib/Net/Z3950.pm
lib/Net/Z3950/ZOOM.pm
lib/ZOOM.pm
lib/ZOOM.pod
samples/README
samples/ccl/default.bib
samples/cql/pqf.properties
samples/net-z3950-zoom/async.pl
samples/net-z3950-zoom/zoomtst1.pl
samples/net-z3950-zoom/zoomtst3.pl
samples/net-z3950/zoomtst1.pl
samples/zoom/async.pl
samples/zoom/update.pl
samples/zoom/zhello.pl
samples/zoom/zoomdump
samples/zoom/zoomscan.pl
samples/zoom/zoomtst1.pl
samples/zoom/zoomtst3.pl
samples/zoom/zselect
t/1-Net-Z3950-ZOOM.t
t/10-options.t
t/11-option-callback.t
t/12-query.t
t/13-resultset.t
t/14-sorting.t
t/15-scan.t
t/16-packages.t
t/17-logging.t
t/18-charset.t
t/19-events.t
t/2-ZOOM.t
t/20-options.t
t/21-option-callback.t
t/22-query.t
t/23-resultset.t
t/24-sorting.t
t/25-scan.t
t/26-packages.t
t/27-logging.t
t/28-charset.t
t/29-events.t
typemap

index aad639a..2db3c99 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,3 @@
-# $Id: MANIFEST,v 1.35 2008-09-26 12:02:19 mike Exp $
-
 Changes
 Makefile.PL
 MANIFEST
index ddbee46..aeafe94 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: MANIFEST.SKIP,v 1.5 2007-11-19 12:58:55 mike Exp $
-
 .cvsignore
 .git
 debian
index 788c481..79e30b2 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.PL,v 1.27 2008-09-16 12:44:28 mike Exp $
-
 # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement"
 #  or: perl Makefile.PL PREFIX=/home/mike/universe
 
diff --git a/README b/README
index ae6e4e3..8415db2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-$Id: README,v 1.8 2008-10-02 08:33:34 mike Exp $
-
 The Net::Z3950::ZOOM, ZOOM and Net::Z3950 modules
 =================================================
 
diff --git a/ZOOM.xs b/ZOOM.xs
index 7a3de30..4e5de76 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,5 +1,3 @@
-/* $Id: ZOOM.xs,v 1.51 2008-05-14 13:31:39 mike Exp $ */
-
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
index 07f7370..bc3240d 100644 (file)
@@ -1,5 +1,3 @@
-$Id: README,v 1.1 2008-09-26 12:22:30 mike Exp $
-
 This directory contains material that is not to be included in the
 ZOOM-Perl distribution, but which is useful to the project.
 
index d1bcab4..4d32c40 100644 (file)
@@ -1,5 +1,3 @@
-$Id: README,v 1.2 2008-09-26 12:23:26 mike Exp $
-
 These files are used to run the server that the ZOOM-Perl test-suite's
 "packages" scripts run against.
 
index 3f2e96a..6ca6d04 100644 (file)
@@ -1,6 +1,5 @@
 # Simple Zebra configuration file
-# $Id: test-server.cfg,v 1.2 2005-12-14 10:31:06 mike Exp $
-#
+
 # Where the schema files, attribute files, etc are located.
 #profilePath: .:../../tab
 
index 83f2313..5b0167a 100644 (file)
@@ -1,7 +1,5 @@
 #! /bin/sh
 
-# $Id: test-server.init,v 1.6 2008-09-29 15:50:01 mike Exp $
-#
 # This is a startup/shutdown script for the ZOOM-Perl test-server,
 # suitable for use in a SysV-style init directory such as /etc/init.d
 # (on Debian systems) and /etc/rc.d/init.d (on Red Hat systems).  This
index 7b5e2b9..4f1a9b8 100644 (file)
@@ -1,5 +1,3 @@
-$Id: test-server.notes,v 1.5 2008-09-26 13:38:35 mike Exp $
-
 To run the test-suite, this module needs an up-to-date Zebra server
 (as of Tue Dec 13 17:41:05 GMT 2005) running on z3950.indexdata.com
 port 2100, using isam:b and recognising a normal user "user" with
index d167a4e..2f8e7d8 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Z3950.pm,v 1.2 2007-02-26 15:58:33 mike Exp $
-
 use strict;
 use warnings;
 use Net::Z3950::ZOOM;
index f42f757..6e65d5d 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: ZOOM.pm,v 1.42 2008-09-29 16:22:25 mike Exp $
-
 package Net::Z3950::ZOOM; 
 
 use 5.008;
index 8c97dae..b85163f 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: ZOOM.pm,v 1.50 2008-05-14 13:33:31 mike Exp $
-
 use strict;
 use warnings;
 use IO::File;
index 2ea8eea..42f989e 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: ZOOM.pod,v 1.46 2007-12-10 21:51:40 mike Exp $
-
 use strict;
 use warnings;
 
index a1e3f88..df6d413 100644 (file)
@@ -1,5 +1,3 @@
-$Id: README,v 1.6 2006-04-07 13:06:13 mike Exp $
-
 This area contains sample programs that exercise all three of the APIs
 supported by this module.  The programs for each API are contained in
 separate subdirectories:
index 978d71d..b0f069d 100644 (file)
@@ -1,5 +1,4 @@
 # CCL field mappings
-# $Id: default.bib,v 1.1 2006-06-13 16:44:21 mike Exp $
 # 
 # The rule below is used when no fields are specified
 term t=l,r  s=al
index 80e5057..2a9d764 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: pqf.properties,v 1.1 2005-12-21 00:16:31 mike Exp $
-#
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end and the YAZ CQL-to-PQF converter.  This specifies the
 # interpretation of various CQL indexes, relations, etc. in terms
index 3e55859..08e0800 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: async.pl,v 1.4 2008-05-14 13:34:00 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl <t1> [...] <tN> <query>
 # for example:
index bbb7841..ccdd925 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: zoomtst1.pl,v 1.4 2008-05-14 13:34:00 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl <target> <query>
 
index 0525251..140e5f0 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: zoomtst3.pl,v 1.9 2008-05-14 13:34:00 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl <t1> [...] <tN> <query>
 # for example:
index 86c75af..ca96b29 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: zoomtst1.pl,v 1.4 2006-11-02 17:48:25 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl <target> <query>
 
index ac3e5f9..6304835 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: async.pl,v 1.2 2006-11-02 17:48:26 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch async.pl <t1> [...] <tN> <query>
 # for example:
index c44cd20..0b9fd87 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: update.pl,v 1.1 2006-06-05 16:33:42 mike Exp $
-
 use strict;
 use warnings;
 use ZOOM;
index d79c404..8c70426 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: zhello.pl,v 1.1 2006-12-06 11:16:26 mike Exp $
-
 use strict;
 use warnings;
 use ZOOM;
index c4fd65d..26a9893 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: zoomdump,v 1.2 2007-03-07 11:34:26 mike Exp $
-#
 # Dumps the contents of the nominated Zebra database to a set of
 # separate XML files with numeric names.
 
index 7b86946..b18c9d7 100644 (file)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: zoomscan.pl,v 1.5 2008-05-14 13:27:32 mike Exp $
-#
 # This is the scanning counterpart to zoomscan.pl's searching
 # perl -I../../blib/lib -I../../blib/arch zoomscan.pl <target> <scanQuery>
 #
index d40903f..6221488 100644 (file)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: zoomtst1.pl,v 1.6 2007-08-17 18:35:17 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl <target> <query>
 
index eb72ed0..91c00be 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: zoomtst3.pl,v 1.6 2006-11-02 17:48:26 mike Exp $
-#
 # See ../README for a description of this program.
 # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl <t1> [...] <tN> <query>
 # for example:
index 8ff754b..14d0b45 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/perl -w
 
-# $Id: zselect,v 1.3 2007-04-18 11:18:08 mike Exp $
-
 # Example command-line:
 #      ./zselect -t q localhost:3313/IR-Explain---1 "net.port=3950" "concat(zeerex:serverInfo/zeerex:host, ':', zeerex:serverInfo/zeerex:port, '/', zeerex:serverInfo/zeerex:database)"
 
index 1e85894..a23ba48 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 1-Net-Z3950-ZOOM.t,v 1.17 2008-05-14 13:32:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 1-Net-Z3950-ZOOM.t'
 
index 9a86349..bf685bf 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 10-options.t,v 1.1 2005-10-18 17:01:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 10-options.t'
 
index ae8e488..7e0617f 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 11-option-callback.t,v 1.2 2005-10-19 15:14:26 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 11-option-callback.t'
 
index 768c27e..d21204b 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 12-query.t,v 1.11 2008-05-14 13:32:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 12-query.t'
 
index 73d8e06..b3e6225 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 13-resultset.t,v 1.10 2008-05-14 13:32:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 13-resultset.t'
 
index 7b13815..341ed44 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 14-sorting.t,v 1.9 2008-05-14 13:32:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 14-sorting.t'
 
index 504cc76..0885cf3 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 15-scan.t,v 1.14 2007-08-16 17:19:35 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 15-scan.t'
 
index 5f3e3f7..1cdd022 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 16-packages.t,v 1.14 2008-09-29 15:49:13 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 16-packages.t'
 
index b6477bd..3ca43b5 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 17-logging.t,v 1.4 2005-12-22 12:52:45 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 17-logging.t'
 
index 3971474..72e0ead 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 18-charset.t,v 1.2 2008-05-14 13:32:55 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 18-charset.t'
 
index e104f3d..3c286b2 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 19-events.t,v 1.8 2007-02-22 20:38:11 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 19-events.t'
 
index ada3ea4..d644068 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 2-ZOOM.t,v 1.13 2007-09-14 10:36:13 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 2-ZOOM.t'
 
index e42a283..21f1b04 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 20-options.t,v 1.1 2005-10-19 13:53:47 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 20-options.t'
 
index 5eb94af..5cfaeb8 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 21-option-callback.t,v 1.1 2005-10-24 16:42:31 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 21-option-calback.t'
 
index 5da0ceb..4ffbd63 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 22-query.t,v 1.11 2006-11-02 17:48:26 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 22-query.t'
 
index 87c4bac..7a026ff 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 23-resultset.t,v 1.6 2006-11-28 16:47:19 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 23-resultset.t'
 
index c3e7cf3..e7f1b77 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 24-sorting.t,v 1.7 2006-11-02 17:48:26 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 24-sorting.t'
 
index 40fd46f..ff145c1 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 25-scan.t,v 1.11 2007-08-16 17:19:35 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 25-scan.t'
 
index 318225c..e60b5f3 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 26-packages.t,v 1.9 2008-09-29 15:49:18 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 26-packages.t'
 
index 4415126..2dfba09 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 27-logging.t,v 1.2 2007-02-26 14:56:26 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 27-logging.t'
 
index 8e717fe..16773f0 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 28-charset.t,v 1.2 2006-04-06 08:15:43 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 28-charset.t'
 
index c8e851e..5c0ef4b 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 29-events.t,v 1.4 2006-11-02 17:48:26 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 19-events.t'
 
diff --git a/typemap b/typemap
index 2523a37..7bd56b6 100644 (file)
--- a/typemap
+++ b/typemap
@@ -1,5 +1,3 @@
-# $Id: typemap,v 1.8 2007-10-29 11:50:49 mike Exp $
-
 ZOOM_connection                                        T_PTROBJ
 ZOOM_connection *                              T_PTROBJ
 ZOOM_options                                   T_PTROBJ