cvs commit: perlfaq perlfaq9.pod

[email protected] (brian d foy) 10 Aug 2005 15:54:54 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     05/08/10 08:54:54

  Modified:    .        perlfaq9.pod
  Log:
  * How can I do RPC in Perl?
     + Removed old module answer since the module is not around
     + Mentioned RPC::* modules
  
  Revision  Changes    Path
  1.23      +5 -5      perlfaq/perlfaq9.pod
  
  Index: perlfaq9.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq9.pod,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- perlfaq9.pod	4 Jun 2005 04:12:40 -0000	1.22
  +++ perlfaq9.pod	10 Aug 2005 15:54:54 -0000	1.23
  @@ -635,10 +635,10 @@
   
   =head2 How can I do RPC in Perl?
   
  -A DCE::RPC module is being developed (but is not yet available) and
  -will be released as part of the DCE-Perl package (available from
  -CPAN).  The rpcgen suite, available from CPAN/authors/id/JAKE/, is
  -an RPC stub generator and includes an RPC::ONC module.
  +(Contributed by brian d foy)
  +
  +Use one of the RPC modules you can find on CPAN (
  +http://search.cpan.org/search?query=RPC&mode=all ).
   
   =head1 AUTHOR AND COPYRIGHT