RE: [tcltk-perl] What version of perl is required?
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2004-04-14 09:43:49
|
> Apparently the code works with perl-5.6 and better, and fails with > perl-5.005. Is this what is expected? I ask because I was looking > into suggesting cleanups for the perl code, but was not sure which > perl's you try to stay portabe to. > > If perl-5.6 is the baseline, then it is a good idea to put a: > > require 5.006; At some moment I managed things to work with 5.005_03, and, to be honest, not very glad for 'Tcl' perl module to require 5.8.0. 5.6.1 compatibility could be approached however, but we must decide whether elder than 5.6.0 are supported. Could you please point out what is broken? > statement in the Makefile.PL and Tcl.pm to document this. Probably > also say so in the README. "Changes" file of Tcl distribution claims compatibility with 5.005 in 0.7 Best regards, Vadim. |