On Thu, Jul 17, 2014 at 02:43:41PM +0000, Juan Jimenez wrote: > Folks, > > I know this is going to seem like a dumb question, but please bear with me. > > What consequences will PERL programmers face with DateTime, particularly with > time zone handling and calculations, if they are still using v5.08 of PERL > and the DateTime version that came with that (which I believe dates to v5.06 > of PERL).
What do you mean by "the DateTime version that comes with that"? DateTime is not a core module - it must always be installed from the CPAN. Therefore, it can be upgraded at any time; you are not stuck with an older version. Or are you perhaps using a linux distribution that packaged a particular version of DateTime up with the core perl installation? Can you be a bit more specific about the problems that you are seeing? If you are only imagining problems, I have a wild imagination and can imagine many, but I have enough real problems to keep me busy most of the time that I can keep my imagination safely in check. :)