in reply to Class::Date and how it affects a Perl Installation

Class::Date uses Time::Local.

It seems to me that Class::Date could be a dangerous choice because when I look at the source code I see it is changing the value of environment variables! Look at the source for private functions like _set_tz and see what you think.

If you are using Apache::Reload (I assume Apache:Raload is a spelling error) then you may need to check for explicit registrations of modules in the httpd.conf file.

jdtoronto

  • Comment on Re: Class::Date and ho it affects a Perl Installation