Re: [Perl-workflow-devel] in 1.32 add_config does not work for condition
Brought to you by:
jonasbn
From: Sergei V. <sv...@pn...> - 2009-04-29 00:34:31
|
Hi Jonas, Thank you very much for your patch. I have submitted minimalistic version of it to a FreeBSD distribution of Workflow: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/p5-Workflow/files/patch-lib-Workflow-Factory.pm?rev=1.1 Now the FreeBSD port is numbered 1.32_1 which is understood by FreeBSD conventions as "revision 1 of release 1.32". The reason why I took such a liberty, is that FreeBSD prefers monotonous alfa-numeric numbering of versions. This is essential for automatic audit and upgrade procedures. But (if my guess is correct) you decided to number developer releases in another (non-monotonous) way. Do you think that maybe in the future the following could be more simple and intuitive scheme: 1.32 - release 1.32.1 - development atop of 1.32 (branch based on 1.32) 1.32.1.1 - development atop of 1.32.1 (branch based on 1.32.1) 1.32.2 - another development atop of 1.32 ... 1.33 - release 1.33.1 - development atop of 1.33 etc All the best, Sergei Jonas Brømsø Nielsen wrote: > I have just uploaded release 1.33_3 to CPAN, it addresses your problem. > Looking forward to your feedback. > > The code is also available from Subversion, in the branch: > add_config_bug, which is a branch based on 1.32. |