CVS Id.
authormike <mike>
Tue, 11 Oct 2005 11:35:37 +0000 (11:35 +0000)
committermike <mike>
Tue, 11 Oct 2005 11:35:37 +0000 (11:35 +0000)
Changes
MANIFEST
MANIFEST.SKIP
Makefile.PL
ZOOM.xs
lib/Net/Z3950/ZOOM.pm
t/Net-Z3950-ZOOM.t
typemap

diff --git a/Changes b/Changes
index 97fe0c2..99fd8a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+$Id: Changes,v 1.4 2005-10-11 11:35:37 mike Exp $
+
 Revision history for Perl extension Net::Z3950::ZOOM.
 
 0.01  Fri Oct  7 16:14:20 2005
index 9a74938..2d6b3a5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,5 @@
+# $Id: MANIFEST,v 1.4 2005-10-11 11:39:54 mike Exp $
+
 Changes
 Makefile.PL
 MANIFEST
@@ -7,3 +9,4 @@ ZOOM.xs
 t/Net-Z3950-ZOOM.t
 lib/Net/Z3950/ZOOM.pm
 MANIFEST.SKIP
+META.yml                                 Module meta-data (added by MakeMaker)
index 31a00e0..34fb2d0 100644 (file)
@@ -1,4 +1,7 @@
+# $Id: MANIFEST.SKIP,v 1.2 2005-10-11 11:40:01 mike Exp $
+
 .cvsignore
 CVS
+fish
 lib/CVS
 t/CVS
index ee2fa19..b8e6a0c 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.PL,v 1.4 2005-10-11 11:35:47 mike Exp $
+
 use 5.008;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
diff --git a/ZOOM.xs b/ZOOM.xs
index 521e168..0184b1d 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -1,3 +1,5 @@
+/* $Id: ZOOM.xs,v 1.6 2005-10-11 11:36:08 mike Exp $ */
+
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
index 869f4f9..96d87f8 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: ZOOM.pm,v 1.2 2005-10-11 11:37:07 mike Exp $
+
 package Net::Z3950::ZOOM; 
 
 use 5.008;
index 6f2d51c..1e055bc 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Net-Z3950-ZOOM.t,v 1.2 2005-10-11 11:36:52 mike Exp $
+
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl Net-Z3950-ZOOM.t'
 
diff --git a/typemap b/typemap
index 4aa32cb..237a6bf 100644 (file)
--- a/typemap
+++ b/typemap
@@ -1,3 +1,5 @@
+# $Id: typemap,v 1.2 2005-10-11 11:36:33 mike Exp $
+
 ZOOM_connection                                        T_PTROBJ
 ZOOM_connection *                              T_PTROBJ
 ZOOM_options                                   T_PTROBJ