The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

VCS::CMSynergy -- Perl interface to IBM Rational Synergy

This module is a Perl interface to IBM Rational Synergy (at various times also known as Continuus/CM, CM Synergy or Teleogic SYNERGY/CM), a change and configuration management system from IBM. It is implemented on top of the Synergy CLI, hence you must have the command line client ("ccm") installed to use it.

BUILDING

Unpack the distribution, change to its top level directory, and then perl Makefile.PL make

TESTING

Make sure that the Synergy command client is installed and working:

Run the tests with make test

If everything looks OK, install the module with make install

COPYRIGHT AND LICENSE

The VCS::CMSynergy module was written by Roderich Schupp, schupp@argumentum.de Copyright (c) 2001-2015 argumentum GmbH, http://www.argumentum.de. All rights reserved.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.