Update of /cvsroot/openinteract/SPOPS/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv23976/SPOPS
Modified Files:
ClassFactory.pm Configure.pm
Log Message:
fix L<> POD markup
Index: ClassFactory.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/ClassFactory.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ClassFactory.pm 2001/10/10 14:03:51 1.18
--- ClassFactory.pm 2001/10/12 19:41:33 1.19
***************
*** 477,482 ****
that will not last forever.
! See L<SPOPS::Manual::CodeGeneration> for a discussion of what this
! module does and how you can customize it.
=head1 METHODS
--- 477,482 ----
that will not last forever.
! See L<SPOPS::Manual::CodeGeneration|SPOPS::Manual::CodeGeneration> for
! a discussion of what this module does and how you can customize it.
=head1 METHODS
***************
*** 486,491 ****
Before you read on, are you sure you need to learn more about this
process? If you are just using SPOPS (as opposed to extending it), you
! almost certainly want to look at L<SPOPS::Initialize> instead since it
! hides all these machinations from you.
So, we can now assume that you want to learn about how this class
--- 486,492 ----
Before you read on, are you sure you need to learn more about this
process? If you are just using SPOPS (as opposed to extending it), you
! almost certainly want to look at
! L<SPOPS::Initialize|SPOPS::Initialize> instead since it hides all
! these machinations from you.
So, we can now assume that you want to learn about how this class
***************
*** 681,685 ****
=head1 SEE ALSO
! L<SPOPS>
=head1 COPYRIGHT
--- 682,686 ----
=head1 SEE ALSO
! L<SPOPS|SPOPS>
=head1 COPYRIGHT
Index: Configure.pm
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/SPOPS/Configure.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Configure.pm 2001/08/28 21:32:45 1.17
--- Configure.pm 2001/10/12 19:41:33 1.18
***************
*** 34,45 ****
=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 the main interface into this
! class (C<process_config()>) simply forwards the call. In the future
! the class will be removed entirely.
=head1 COPYRIGHT
--- 34,45 ----
=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 the main
! interface into this class (C<process_config()>) simply forwards the
! call. In the future the class will be removed entirely.
=head1 COPYRIGHT
|