Net::Goofey


This is a really simple module for communicating with a Goofey server.

Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's
used mostly at Monash University.  See the Goofey web page at:
  http://www.cs.monash.edu.au/~tym/goofey.html

INSTALLING
==========

After unzipping and untarring the distribution directory, you install
the library by running these commands:

  perl Makefile.PL
  make
  make test
  make install

NOTE:  You'll need a Goofey username/password to 'make test'
      successfully.


CONTACTS
========

  To contact me directly, <URL:mailto:[email protected]> is
  best.

  You can always find the latest Net::Goofey on my web page at
     http://www.tertius.net.au/~gossamer/code/Net-Goofey/
  and CPAN.


DISCLAIMERS
===========

  Copyright (c) 1998 Bek Oberin. All rights reserved.
  This program is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.