Re: [Arsperl-users] upcoming release - proposed 1.94
Brought to you by:
jeffmurphy
From: Michiel B. <mic...@gm...> - 2015-05-21 19:25:32
|
Hi Tim, On Thu, May 21, 2015 at 11:14 AM, Tim Lank <ti...@ti...> wrote: > 1.94 - will be packaged in the next couple of days and arrive on both CPAN > and SourceForge > > Proposed Change Log: ==< snip >== > - dropped support to compile ARSperl using ARAPI below version 4.5 > > - small bugfixes > > am I missing anything above? > > Does anyone have any issues with the version being called 1.94 as per > http://semver.org? Well, first of all, ARSperl never stated that is uses semantic versioning AFAIK; and semantic versioning means it would use a x.y.z style and not the x.y style which ARSperl uses. Also, CPAN does not handle semantic versioning well; it basically only handles numbers or versions such as 1.94, 1.95 properly, if you'd introduce a second dot things will start breaking. And dropping ARAPI below 4.5 REALLY would not be a breaking thing as 4.5 was released I think in 2002 or earlier; also older versions of the ARSperl package are still available, and people can even connect to such old Remedy systems using 5, 6 or 7.x client libraries. If the ARSPerl module is all polished up it might be a nice time to "up" the version number to 2.00. -- Michiel |