The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# $Id: README,v 1.3 1997/05/01 22:06:46 jake Exp $

    perlrpcgen 0.71a
    Copyright 1997 Jake Donham <jake@organic.com>

    This program is free software; you can redistribute it and/or modify
    it under the terms of either:

	a) the GNU General Public License as published by the Free
	Software Foundation; either version 1, or (at your option) any
	later version, or

	b) the "Artistic License" which comes with this Kit.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
    the GNU General Public License or the Artistic License for more details.

    You should have received a copy of the Artistic License with this
    Kit, in the file named "Artistic".  If not, I'll be glad to provide one.

    You should also have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

--------------------------------------------------------------------------

perlrpcgen is a program to generate Perl extensions from ONC RPC
interface descriptions. See 'perldoc perlrpcgen' for full details.

Installation

    1. perl Makefile.PL

    2. make

    3. make install

The Makefile will put perlrpcgen in your Perl scripts directory, and
some modules it uses in your Perl site library.

There is an example client and server in dict/. See the README there.

Please send bug reports or any other feedback to <jake@organic.com>. I
would love to hear from you if you use perlrpcgen and find it useful.

Changes since 0.7a:

  Renamed RPC module to RPC::ONC.