PaulHowarth/Blog/2014-02-08

Saturday 8th February 2014

Local Packages

  • Updated perl-DateTime-TimeZone to 1.64:

    • Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die depending on the method used to find the local time zone name, and the resulting variable would often be tainted; we now untaint all names before attempting to load them (CPAN RT#92631)


Recent