|
From: Chris W. <la...@us...> - 2001-10-12 19:41:36
|
Update of /cvsroot/openinteract/SPOPS/SPOPS/Configure In directory usw-pr-cvs1:/tmp/cvs-serv23976/SPOPS/Configure Modified Files: DBI.pm Ruleset.pm Log Message: fix L<> POD markup Index: DBI.pm =================================================================== RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Configure/DBI.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** DBI.pm 2001/08/24 21:25:21 1.14 --- DBI.pm 2001/10/12 19:41:33 1.15 *************** *** 20,35 **** =head1 SYNOPSIS ! See L<SPOPS::ClassFactory> =head1 DESCRIPTION THIS CLASS IS DEPRECATED. As of SPOPS 0.50 it has been entirely ! replaced by L<SPOPS::ClassFactory> and its behaviors -- see ! L<SPOPS::ClassFactory::DBI> for replicated behaviors from ! C<SPOPS::Configure::DBI>. The main interface into this class (C<process_config()>) which was inherited from C<SPOPS::Configure> is still inherited, but that method ! simply forwards the call to L<SPOPS::ClassFactory>. In the near future (probably as of SPOPS 0.60) all classes in the C<SPOPS::Configure> tree will be removed entirely. --- 20,36 ---- =head1 SYNOPSIS ! See L<SPOPS::ClassFactory|SPOPS::ClassFactory> =head1 DESCRIPTION THIS CLASS IS DEPRECATED. As of SPOPS 0.50 it has been entirely ! replaced by L<SPOPS::ClassFactory|SPOPS::ClassFactory> and its ! behaviors -- see L<SPOPS::ClassFactory::DBI|SPOPS::ClassFactory::DBI> ! for replicated behaviors from C<SPOPS::Configure::DBI>. The main interface into this class (C<process_config()>) which was inherited from C<SPOPS::Configure> is still inherited, but that method ! simply forwards the call to ! L<SPOPS::ClassFactory|SPOPS::ClassFactory>. In the near future (probably as of SPOPS 0.60) all classes in the C<SPOPS::Configure> tree will be removed entirely. Index: Ruleset.pm =================================================================== RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Configure/Ruleset.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Ruleset.pm 2001/08/24 21:25:21 1.11 --- Ruleset.pm 2001/10/12 19:41:33 1.12 *************** *** 24,28 **** =head1 SYNOPSIS ! See L<SPOPS::ClassFactory> =head1 DESCRIPTION --- 24,28 ---- =head1 SYNOPSIS ! See L<SPOPS::ClassFactory|SPOPS::ClassFactory> =head1 DESCRIPTION |