Author: timbo
Date: Tue Feb 7 14:24:43 2006
New Revision: 2488
Modified:
dbi/trunk/DBI.pm (contents, props changed)
dbi/trunk/DBI.xs (contents, props changed)
dbi/trunk/DBIXS.h (contents, props changed)
dbi/trunk/Driver.xst (contents, props changed)
dbi/trunk/Driver_xst.h (contents, props changed)
dbi/trunk/Makefile.PL (contents, props changed)
dbi/trunk/dbd_xsh.h (contents, props changed)
dbi/trunk/dbi_sql.h (contents, props changed)
dbi/trunk/lib/DBD/ExampleP.pm (contents, props changed)
dbi/trunk/lib/DBD/Multiplex.pm (contents, props changed)
dbi/trunk/lib/DBD/NullP.pm (contents, props changed)
dbi/trunk/lib/DBD/Sponge.pm (contents, props changed)
dbi/trunk/lib/DBI/Const/GetInfo/ANSI.pm (contents, props changed)
dbi/trunk/lib/DBI/Const/GetInfo/ODBC.pm (contents, props changed)
dbi/trunk/lib/DBI/Const/GetInfoReturn.pm (contents, props changed)
dbi/trunk/lib/DBI/Const/GetInfoType.pm (contents, props changed)
dbi/trunk/lib/DBI/DBD.pm (contents, props changed)
dbi/trunk/lib/DBI/DBD/Metadata.pm (contents, props changed)
dbi/trunk/lib/DBI/FAQ.pm (contents, props changed)
dbi/trunk/lib/DBI/W32ODBC.pm (contents, props changed)
dbi/trunk/test.pl (contents, props changed)
Log:
Add Id svn:keyword property to files using $Id$ keyword
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Tue Feb 7 14:24:43 2006
@@ -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
Modified: dbi/trunk/DBI.xs
==============================================================================
--- dbi/trunk/DBI.xs (original)
+++ dbi/trunk/DBI.xs Tue Feb 7 14:24:43 2006
@@ -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.
*
Modified: dbi/trunk/DBIXS.h
==============================================================================
--- dbi/trunk/DBIXS.h (original)
+++ dbi/trunk/DBIXS.h Tue Feb 7 14:24:43 2006
@@ -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
*
Modified: dbi/trunk/Driver.xst
==============================================================================
--- dbi/trunk/Driver.xst (original)
+++ dbi/trunk/Driver.xst Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/Driver_xst.h
==============================================================================
--- dbi/trunk/Driver_xst.h (original)
+++ dbi/trunk/Driver_xst.h Tue Feb 7 14:24:43 2006
@@ -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
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/dbd_xsh.h
==============================================================================
--- dbi/trunk/dbd_xsh.h (original)
+++ dbi/trunk/dbd_xsh.h Tue Feb 7 14:24:43 2006
@@ -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
Modified: dbi/trunk/dbi_sql.h
==============================================================================
--- dbi/trunk/dbi_sql.h (original)
+++ dbi/trunk/dbi_sql.h Tue Feb 7 14:24:43 2006
@@ -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
*
Modified: dbi/trunk/lib/DBD/ExampleP.pm
==============================================================================
--- dbi/trunk/lib/DBD/ExampleP.pm (original)
+++ dbi/trunk/lib/DBD/ExampleP.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBD/Multiplex.pm
==============================================================================
--- dbi/trunk/lib/DBD/Multiplex.pm (original)
+++ dbi/trunk/lib/DBD/Multiplex.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBD/NullP.pm
==============================================================================
--- dbi/trunk/lib/DBD/NullP.pm (original)
+++ dbi/trunk/lib/DBD/NullP.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBD/Sponge.pm
==============================================================================
--- dbi/trunk/lib/DBD/Sponge.pm (original)
+++ dbi/trunk/lib/DBD/Sponge.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBI/Const/GetInfo/ANSI.pm
==============================================================================
--- dbi/trunk/lib/DBI/Const/GetInfo/ANSI.pm (original)
+++ dbi/trunk/lib/DBI/Const/GetInfo/ANSI.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBI/Const/GetInfo/ODBC.pm
==============================================================================
--- dbi/trunk/lib/DBI/Const/GetInfo/ODBC.pm (original)
+++ dbi/trunk/lib/DBI/Const/GetInfo/ODBC.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBI/Const/GetInfoReturn.pm
==============================================================================
--- dbi/trunk/lib/DBI/Const/GetInfoReturn.pm (original)
+++ dbi/trunk/lib/DBI/Const/GetInfoReturn.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBI/Const/GetInfoType.pm
==============================================================================
--- dbi/trunk/lib/DBI/Const/GetInfoType.pm (original)
+++ dbi/trunk/lib/DBI/Const/GetInfoType.pm Tue Feb 7 14:24:43 2006
@@ -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
#
Modified: dbi/trunk/lib/DBI/DBD.pm
==============================================================================
--- dbi/trunk/lib/DBI/DBD.pm (original)
+++ dbi/trunk/lib/DBI/DBD.pm Tue Feb 7 14:24:43 2006
@@ -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 Writ
=head2 Version and volatility
- $Revision: 11.21 $
- $Date: 2004/02/01 11:16:16 $
-
This document is I<still> 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,
API will need to start out with a C<dTHX;> declaration.
B<*> You'll know which functions need this, because the C compiler will
-complain that the undeclared identifier C<myperl> is used if I<and only if>
+complain that the undeclared identifier C<my_perl> is used if I<and only if>
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
Modified: dbi/trunk/lib/DBI/DBD/Metadata.pm
==============================================================================
--- dbi/trunk/lib/DBI/DBD/Metadata.pm (original)
+++ dbi/trunk/lib/DBI/DBD/Metadata.pm Tue Feb 7 14:24:43 2006
@@ -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
Modified: dbi/trunk/lib/DBI/FAQ.pm
==============================================================================
--- dbi/trunk/lib/DBI/FAQ.pm (original)
+++ dbi/trunk/lib/DBI/FAQ.pm Tue Feb 7 14:24:43 2006
@@ -1,5 +1,5 @@
###
-### $Id: FAQ.pm,v 11.2 2001/08/24 22:10:44 timbo Exp $
+### $Id$
###
### DBI Frequently Asked Questions POD
###
Modified: dbi/trunk/lib/DBI/W32ODBC.pm
==============================================================================
--- dbi/trunk/lib/DBI/W32ODBC.pm (original)
+++ dbi/trunk/lib/DBI/W32ODBC.pm Tue Feb 7 14:24:43 2006
@@ -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.
Modified: dbi/trunk/test.pl
==============================================================================
--- dbi/trunk/test.pl (original)
+++ dbi/trunk/test.pl Tue Feb 7 14:24:43 2006
@@ -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
#