From: Tomas Doran Date: Fri, 2 Mar 2012 20:27:49 +0000 (+0000) Subject: Changelog for File::Spec fix X-Git-Tag: 5.90011~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f1944b310ae460c507c52bdbdfee24c3cb2cd821 Changelog for File::Spec fix --- diff --git a/Changes b/Changes index 4a449a4..d844ca9 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,8 @@ - --background option for the server script now only closes STDIN, STDOUT and STDERR. This fixes issues with Log::Dispatch and other loggers which open a file handle when + - Change incorrect use of File::Spec->catdir to File::Spec->catfile + so that we work on platforms which care about this (VMS?) 5.90010 - 2012-02-18 00:01:00