From 8893313f057925c95d48a7dc9bc89b1d74fcfac7 Mon Sep 17 00:00:00 2001 From: Tim Bunce Date: Tue, 7 Feb 2006 22:24:43 +0000 Subject: [PATCH] Add Id svn:keyword property to files using $Id$ keyword git-svn-id: https://svn.perl.org/modules/dbi/trunk@2488 50811bd7-b8ce-0310-adc1-d9db26280581 --- DBI.pm | 2 +- DBI.xs | 2 +- DBIXS.h | 2 +- Driver.xst | 2 +- Driver_xst.h | 2 +- Makefile.PL | 2 +- dbd_xsh.h | 2 +- dbi_sql.h | 2 +- lib/DBD/ExampleP.pm | 2 +- lib/DBD/Multiplex.pm | 2 +- lib/DBD/NullP.pm | 2 +- lib/DBD/Sponge.pm | 2 +- lib/DBI/Const/GetInfo/ANSI.pm | 2 +- lib/DBI/Const/GetInfo/ODBC.pm | 2 +- lib/DBI/Const/GetInfoReturn.pm | 2 +- lib/DBI/Const/GetInfoType.pm | 2 +- lib/DBI/DBD.pm | 11 ++++------- lib/DBI/DBD/Metadata.pm | 2 +- lib/DBI/FAQ.pm | 2 +- lib/DBI/W32ODBC.pm | 2 +- test.pl | 2 +- 21 files changed, 24 insertions(+), 27 deletions(-) diff --git a/DBI.pm b/DBI.pm index 2e75c627..bd1d4f26 100644 --- a/DBI.pm +++ b/DBI.pm @@ -1,4 +1,4 @@ -# $Id: DBI.pm,v 11.43 2004/02/01 11:16:16 timbo Exp $ +# $Id$ # vim: ts=8:sw=4 # # Copyright (c) 1994-2004 Tim Bunce Ireland diff --git a/DBI.xs b/DBI.xs index 73b158ce..2f8cd646 100644 --- a/DBI.xs +++ b/DBI.xs @@ -1,6 +1,6 @@ /* vim: ts=8:sw=4 * - * $Id: DBI.xs,v 11.38 2004/02/01 11:16:16 timbo Exp $ + * $Id$ * * Copyright (c) 1994-2003 Tim Bunce Ireland. * diff --git a/DBIXS.h b/DBIXS.h index 3ecf0174..879ca668 100644 --- a/DBIXS.h +++ b/DBIXS.h @@ -1,4 +1,4 @@ -/* $Id: DBIXS.h,v 11.18 2004/02/01 11:16:16 timbo Exp $ +/* $Id$ * * Copyright (c) 1994-2002 Tim Bunce Ireland * diff --git a/Driver.xst b/Driver.xst index 2893da25..944ffbc9 100644 --- a/Driver.xst +++ b/Driver.xst @@ -1,4 +1,4 @@ -# $Id: Driver.xst,v 11.14 2003/08/22 21:23:39 timbo Exp $ +# $Id$ # Copyright (c) 1997-2002 Tim Bunce Ireland # Copyright (c) 2002 Jonathan Leffler # diff --git a/Driver_xst.h b/Driver_xst.h index 4f363c42..2c49f557 100644 --- a/Driver_xst.h +++ b/Driver_xst.h @@ -1,5 +1,5 @@ /* -# $Id: Driver_xst.h,v 1.5 2003/08/20 00:15:24 timbo Exp $ +# $Id$ # Copyright (c) 2002 Tim Bunce Ireland # # You may distribute under the terms of either the GNU General Public diff --git a/Makefile.PL b/Makefile.PL index 5540ef77..bf7aa425 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ # -*- perl -*- # -# $Id: Makefile.PL,v 11.20 2004/01/08 14:03:46 timbo Exp $ +# $Id$ # # Copyright (c) 1994-2002 Tim Bunce England # diff --git a/dbd_xsh.h b/dbd_xsh.h index 45ca2b22..6b231183 100644 --- a/dbd_xsh.h +++ b/dbd_xsh.h @@ -1,4 +1,4 @@ -/* @(#)$Id: dbd_xsh.h,v 11.3 2003/02/26 17:56:01 timbo Exp $ +/* @(#)$Id$ * * Copyright 2000-2002 Tim Bunce * Copyright 2002 Jonathan Leffler diff --git a/dbi_sql.h b/dbi_sql.h index 3f733086..22b5b776 100644 --- a/dbi_sql.h +++ b/dbi_sql.h @@ -1,4 +1,4 @@ -/* $Id: dbi_sql.h,v 11.4 2002/02/07 03:00:53 timbo Exp $ +/* $Id$ * * Copyright (c) 1997,1998,1999 Tim Bunce England * diff --git a/lib/DBD/ExampleP.pm b/lib/DBD/ExampleP.pm index 7f1c727f..59e821e6 100644 --- a/lib/DBD/ExampleP.pm +++ b/lib/DBD/ExampleP.pm @@ -8,7 +8,7 @@ @EXPORT = qw(); # Do NOT @EXPORT anything. $VERSION = sprintf("%d.%02d", q$Revision: 11.12 $ =~ /(\d+)\.(\d+)/o); -# $Id: ExampleP.pm,v 11.12 2004/01/07 17:38:51 timbo Exp $ +# $Id$ # # Copyright (c) 1994,1997,1998 Tim Bunce # diff --git a/lib/DBD/Multiplex.pm b/lib/DBD/Multiplex.pm index 74f5a146..8a6348ba 100755 --- a/lib/DBD/Multiplex.pm +++ b/lib/DBD/Multiplex.pm @@ -1,7 +1,7 @@ #########1#########2#########3#########4#########5#########6#########7#########8 # vim: ts=8:sw=4 -# $Id: Multiplex.pm,v 1.9.3 2002/11/11 00:01:01 timbo Exp $ +# $Id$ # # Copyright (c) 1999,2002,2003 Tim Bunce & Thomas Kishel # diff --git a/lib/DBD/NullP.pm b/lib/DBD/NullP.pm index a937d465..a9ab36e2 100644 --- a/lib/DBD/NullP.pm +++ b/lib/DBD/NullP.pm @@ -7,7 +7,7 @@ @EXPORT = qw(); # Do NOT @EXPORT anything. $VERSION = sprintf("%d.%02d", q$Revision: 11.4 $ =~ /(\d+)\.(\d+)/o); -# $Id: NullP.pm,v 11.4 2004/01/07 17:38:51 timbo Exp $ +# $Id$ # # Copyright (c) 1994, Tim Bunce # diff --git a/lib/DBD/Sponge.pm b/lib/DBD/Sponge.pm index f1fac230..557c6a1c 100644 --- a/lib/DBD/Sponge.pm +++ b/lib/DBD/Sponge.pm @@ -7,7 +7,7 @@ @EXPORT = qw(); # Do NOT @EXPORT anything. $VERSION = sprintf("%d.%02d", q$Revision: 11.10 $ =~ /(\d+)\.(\d+)/o); -# $Id: Sponge.pm,v 11.10 2004/01/07 17:38:51 timbo Exp $ +# $Id$ # # Copyright (c) 1994-2003 Tim Bunce Ireland # diff --git a/lib/DBI/Const/GetInfo/ANSI.pm b/lib/DBI/Const/GetInfo/ANSI.pm index 4d9faabb..6a7e4029 100644 --- a/lib/DBI/Const/GetInfo/ANSI.pm +++ b/lib/DBI/Const/GetInfo/ANSI.pm @@ -1,4 +1,4 @@ -# $Id: ANSI.pm,v 1.3 2003/02/26 17:56:01 timbo Exp $ +# $Id$ # # Copyright (c) 2002 Tim Bunce Ireland # diff --git a/lib/DBI/Const/GetInfo/ODBC.pm b/lib/DBI/Const/GetInfo/ODBC.pm index 7597ac05..ff3478fc 100644 --- a/lib/DBI/Const/GetInfo/ODBC.pm +++ b/lib/DBI/Const/GetInfo/ODBC.pm @@ -1,4 +1,4 @@ -# $Id: ODBC.pm,v 1.3 2003/02/26 17:56:01 timbo Exp $ +# $Id$ # # Copyright (c) 2002 Tim Bunce Ireland # diff --git a/lib/DBI/Const/GetInfoReturn.pm b/lib/DBI/Const/GetInfoReturn.pm index beed0791..a0ebca82 100644 --- a/lib/DBI/Const/GetInfoReturn.pm +++ b/lib/DBI/Const/GetInfoReturn.pm @@ -1,4 +1,4 @@ -# $Id: GetInfoReturn.pm,v 1.4 2003/02/26 17:56:01 timbo Exp $ +# $Id$ # # Copyright (c) 2002 Tim Bunce Ireland # diff --git a/lib/DBI/Const/GetInfoType.pm b/lib/DBI/Const/GetInfoType.pm index d3d37b89..28620ee9 100644 --- a/lib/DBI/Const/GetInfoType.pm +++ b/lib/DBI/Const/GetInfoType.pm @@ -1,4 +1,4 @@ -# $Id: GetInfoType.pm,v 1.5 2003/02/26 17:56:01 timbo Exp $ +# $Id$ # # Copyright (c) 2002 Tim Bunce Ireland # diff --git a/lib/DBI/DBD.pm b/lib/DBI/DBD.pm index 519847d2..e549ac25 100644 --- a/lib/DBI/DBD.pm +++ b/lib/DBI/DBD.pm @@ -3,11 +3,11 @@ package DBI::DBD; use vars qw($VERSION); # set $VERSION early so we don't confuse PAUSE/CPAN etc -$VERSION = sprintf("%d.%02d", q$Revision: 11.21 $ =~ /(\d+)\.(\d+)/o); +$VERSION = sprintf("%d.%02d", q$Revision: 11.22 $ =~ /(\d+)\.(\d+)/o); -# $Id: DBD.pm,v 11.21 2004/02/01 11:16:16 timbo Exp $ +# $Id$ # -# Copyright (c) 1997-2003 Jonathan Leffler, Jochen Wiedmann, Steffen +# Copyright (c) 1997-2006 Jonathan Leffler, Jochen Wiedmann, Steffen # Goeldner and Tim Bunce # # You may distribute under the terms of either the GNU General Public @@ -23,9 +23,6 @@ DBI::DBD - Perl DBI Database Driver Writer's Guide =head2 Version and volatility - $Revision: 11.21 $ - $Date: 2004/02/01 11:16:16 $ - This document is I a minimal draft which is in need of further work. The changes will occur both because the DBI specification is changing @@ -1444,7 +1441,7 @@ B<*> If PERL_NO_GET_CONTEXT is defined, then every function that calls the Perl API will need to start out with a C declaration. B<*> You'll know which functions need this, because the C compiler will -complain that the undeclared identifier C is used if I +complain that the undeclared identifier C is used if I the perl you are using to develop and test your driver has threads enabled. B<*> So if you don't remember to test with a thread-enabled perl before making diff --git a/lib/DBI/DBD/Metadata.pm b/lib/DBI/DBD/Metadata.pm index 6b7b49cd..2b6e85d0 100644 --- a/lib/DBI/DBD/Metadata.pm +++ b/lib/DBI/DBD/Metadata.pm @@ -1,6 +1,6 @@ package DBI::DBD::Metadata; -# $Id: Metadata.pm,v 1.5 2004/02/01 11:16:16 timbo Exp $ +# $Id$ # # Copyright (c) 1997-2003 Jonathan Leffler, Jochen Wiedmann, # Steffen Goeldner and Tim Bunce diff --git a/lib/DBI/FAQ.pm b/lib/DBI/FAQ.pm index 9d909c97..dc7e0dfc 100644 --- a/lib/DBI/FAQ.pm +++ b/lib/DBI/FAQ.pm @@ -1,5 +1,5 @@ ### -### $Id: FAQ.pm,v 11.2 2001/08/24 22:10:44 timbo Exp $ +### $Id$ ### ### DBI Frequently Asked Questions POD ### diff --git a/lib/DBI/W32ODBC.pm b/lib/DBI/W32ODBC.pm index 319c5a09..62dd195f 100644 --- a/lib/DBI/W32ODBC.pm +++ b/lib/DBI/W32ODBC.pm @@ -1,7 +1,7 @@ package DBI; # hide this non-DBI package from simple indexers -# $Id: W32ODBC.pm,v 11.2 2001/08/24 22:10:44 timbo Exp $ +# $Id$ # # Copyright (c) 1997,1999 Tim Bunce # With many thanks to Patrick Hollins for polishing. diff --git a/test.pl b/test.pl index 6cb86a06..11f1bb98 100755 --- a/test.pl +++ b/test.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w -# $Id: test.pl,v 11.7 2004/02/01 11:16:16 timbo Exp $ +# $Id$ # # Copyright (c) 1994-1998 Tim Bunce #