Skip Menu |

This queue is for tickets about the VCS-CMSynergy CPAN distribution.

Report information
The Basics
Id: 57717
Status: resolved
Priority: 0/
Queue: VCS-CMSynergy

People
Owner: RSCHUPP [...] cpan.org
Requestors: Thomas.Poersch [...] materna.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: VCS-CMSynergy-1.34: Modification for Synergy 7.x needed
Date: Fri, 21 May 2010 15:03:22 +0200
To: <bug-VCS-CMSynergy [...] rt.cpan.org>
From: <Thomas.Poersch [...] materna.de>
Hello! I am using the latest version 1.34 of VCS::CMSynergy and Synergy 7.1. IBM Rational Synergy Version 7.1 IBM Rational Synergy Patch Version 7.1.0.1 linux 09/12/18 13:44 IBM Rational Synergy Patch 7.1.0.1 for Release 7.1 7.1.0.1.01 linux 10/03/01 08:40 IBM Rational Synergy Fix Patch 7.1.0.1 01 for Release 7.1 7.1.0.1.02 linux 10/03/21 11:49 IBM Rational Synergy Fix Patch 7.1.0.1 02 for Release 7.1 I stumbled upon a problem in module "VCS::CMSynergy::Client": In function "_memoize_method" at line 435 of "Client.pm" the installed Synergy version cannot be parsed correctly, because IBM bought Telelogic. So I modified this line as follows. OLD: my $cmsynergy_rx = qr{(?:Continuus|CM Synergy|SYNERGY/CM|Telelogic Synergy)}; NEW: my $cmsynergy_rx = qr{(?:Continuus|CM Synergy|SYNERGY/CM|Telelogic Synergy|IBM Rational Synergy)}; Maybe you might want to fix it in a future version of VCS::CMSynergy (if there will be any...). Kind regards, -- Thomas Poersch Materna GmbH Information & Communications
Thanx - there are still users out there :) That prompted me to finally get around and upload assorted small fixes and cleanups (including parsing the "under new management" version string). 1.35 should appear shortly on CPAN.