Update of /cvsroot/openinteract/SPOPS/SPOPS/DBI
In directory usw-pr-cvs1:/tmp/cvs-serv8815/SPOPS/DBI
Modified Files:
MySQL.pm Pg.pm Sybase.pm
Log Message:
lots of cosmetic changes (extra spaces, moving L<blah> to L<blah|blah> format, ...)
Index: MySQL.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/MySQL.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MySQL.pm 2001/08/22 10:51:45 1.9
--- MySQL.pm 2001/10/11 13:09:26 1.10
***************
*** 19,23 ****
# SPOPS::Key::DBI::HandleField.
! sub post_fetch_id {
my ( $item, @args ) = @_;
return undef unless ( $item->CONFIG->{increment_field} );
--- 19,23 ----
# SPOPS::Key::DBI::HandleField.
! sub post_fetch_id {
my ( $item, @args ) = @_;
return undef unless ( $item->CONFIG->{increment_field} );
***************
*** 71,75 ****
=head1 SEE ALSO
! L<DBD::mysql>, L<DBI>
=head1 COPYRIGHT
--- 71,79 ----
=head1 SEE ALSO
! L<SPOPS::Key::HandleField|SPOPS::Key::HandleField>
!
! L<DBD::mysql|DBD::mysql>
!
! L<DBI|DBI>
=head1 COPYRIGHT
Index: Pg.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/Pg.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Pg.pm 2001/08/22 10:51:45 1.10
--- Pg.pm 2001/10/11 13:09:26 1.11
***************
*** 149,153 ****
=head1 SEE ALSO
! L<SPOPS::Key::DBI::Sequence>, L<DBD::Pg>, L<DBI>
=head1 COPYRIGHT
--- 149,157 ----
=head1 SEE ALSO
! L<SPOPS::Key::DBI::Sequence|SPOPS::Key::DBI::Sequence>
!
! L<DBD::Pg|DBD::Pg>
!
! L<DBI|DBI>
=head1 COPYRIGHT
Index: Sybase.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/DBI/Sybase.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Sybase.pm 2001/08/22 10:51:45 1.8
--- Sybase.pm 2001/10/11 13:09:26 1.9
***************
*** 89,94 ****
=head1 SEE ALSO
! L<SPOPS::Key::DBI::Identity>, L<DBD::Sybase>, L<DBI>
=head1 COPYRIGHT
--- 89,98 ----
=head1 SEE ALSO
! L<SPOPS::Key::DBI::Identity|SPOPS::Key::DBI::Identity>
!
! L<DBD::Sybase|DBD::Sybase>
+ L<DBI|DBI>
+
=head1 COPYRIGHT
***************
*** 102,106 ****
Chris Winters <ch...@cw...>
! See the L<SPOPS> module for the full author list.
=cut
--- 106,110 ----
Chris Winters <ch...@cw...>
! See the L<SPOPS|SPOPS> module for the full author list.
=cut
|