RE: [tcltk-perl] What version of perl is required?
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-14 16:08:04
|
> > 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. FWIW, I think supporting only 5.6.0 up officially is the way to go. I have only been testing with 5.8, and I know that there are unicode issues with 5.6 (which may be alleviated by some of the C code changes I made), but 5.005 has no value in maintaining things for anymore. Jeff |