From fc11c3c61b1b23962666e1acfeb46242d4836497 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 11 Oct 2005 11:35:37 +0000 Subject: [PATCH] CVS Id. --- Changes | 2 ++ MANIFEST | 3 +++ MANIFEST.SKIP | 3 +++ Makefile.PL | 2 ++ ZOOM.xs | 2 ++ lib/Net/Z3950/ZOOM.pm | 2 ++ t/Net-Z3950-ZOOM.t | 2 ++ typemap | 2 ++ 8 files changed, 18 insertions(+) diff --git a/Changes b/Changes index 97fe0c2..99fd8a7 100644 --- 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 diff --git a/MANIFEST b/MANIFEST index 9a74938..2d6b3a5 100644 --- 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) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 31a00e0..34fb2d0 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -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 diff --git a/Makefile.PL b/Makefile.PL index ee2fa19..b8e6a0c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 --- 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" diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 869f4f9..96d87f8 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -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; diff --git a/t/Net-Z3950-ZOOM.t b/t/Net-Z3950-ZOOM.t index 6f2d51c..1e055bc 100644 --- a/t/Net-Z3950-ZOOM.t +++ b/t/Net-Z3950-ZOOM.t @@ -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 --- 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 -- 1.7.10.4