Subject: | temp dir is not determined in a cross-platform manner [patch] |
Currently the temp dir is guessed at in a very rough manner, which leads
to it ending up in the root dir or whatever partition the script is being
run on. This pull request contains a patch to use File::Spec instead:
https://github.com/stevan/plack-middleware-session/pull/6