Sybase/RepAgent version 0.02
============================

Perl extension for building a Sybase Replication Agent which talks to a Sybase Replication Server

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   change entries in connect_info to fit your Replication Server
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  DBI
	DBD::Sybase

COPYRIGHT AND LICENCE

This module 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 Perl.
   
  This module 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.

Copyright (C) 2001 Bernd Dulfer <bdulfer@cpan.org>

