Update of /cvsroot/openinteract/SPOPS/SPOPS/DBI
In directory usw-pr-cvs1:/tmp/cvs-serv16955/SPOPS/DBI
Modified Files:
MySQL.pm Pg.pm Sybase.pm
Log Message:
appease the cpan gods by bumping up the version of everything
Index: MySQL.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/MySQL.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MySQL.pm 2001/10/11 13:09:26 1.10
--- MySQL.pm 2001/10/12 21:00:26 1.11
***************
*** 8,12 ****
@SPOPS::DBI::MySQL::ISA = ();
! $SPOPS::DBI::MySQL::VERSION = '1.8';
$SPOPS::DBI::MySQL::Revision = substr(q$Revision$, 10);
--- 8,12 ----
@SPOPS::DBI::MySQL::ISA = ();
! $SPOPS::DBI::MySQL::VERSION = '1.90';
$SPOPS::DBI::MySQL::Revision = substr(q$Revision$, 10);
Index: Pg.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/Pg.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Pg.pm 2001/10/11 13:09:26 1.11
--- Pg.pm 2001/10/12 21:00:26 1.12
***************
*** 8,12 ****
@SPOPS::DBI::Pg::ISA = ();
! $SPOPS::DBI::Pg::VERSION = '1.8';
$SPOPS::DBI::Pg::Revision = substr(q$Revision$, 10);
--- 8,12 ----
@SPOPS::DBI::Pg::ISA = ();
! $SPOPS::DBI::Pg::VERSION = '1.90';
$SPOPS::DBI::Pg::Revision = substr(q$Revision$, 10);
Index: Sybase.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/Sybase.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Sybase.pm 2001/10/11 13:09:26 1.9
--- Sybase.pm 2001/10/12 21:00:26 1.10
***************
*** 7,11 ****
@SPOPS::DBI::Sybase::ISA = ();
! $SPOPS::DBI::Sybase::VERSION = '1.8';
$SPOPS::DBI::Sybase::Revision = substr(q$Revision$, 10);
--- 7,11 ----
@SPOPS::DBI::Sybase::ISA = ();
! $SPOPS::DBI::Sybase::VERSION = '1.90';
$SPOPS::DBI::Sybase::Revision = substr(q$Revision$, 10);
|