[Catalyst-dev] Patch to use catfile rather than catdir where
appropriate
Nigel Metheringham
nigel at dotdot.it
Thu Mar 1 11:37:38 GMT 2012
There are a few places in the Catalyst-Runtime source tree where
the result from File::Spec->catdir is used to refer to a file.
This works on most systems but there are some where files and
directories are very different things, and this could cause pain
and confusion to folks on those systems.
This change, against current git HEAD, changes all the catdir uses
I identified as being against files to catfile
[There is one other place where there is confusion, but it is in
one of the Module Install inc files, so I guess will need to be
fixed there]
Github pull request:-
https://github.com/rafl/catalyst-runtime/pull/4
Github change
https://github.com/nigelm/catalyst-runtime/commit/7815afcacc5aac809129e92af1049659eeea496b
Github branch with that change
https://github.com/nigelm/catalyst-runtime/tree/nigelm/fix-catdir-misuse
Nigel.
--
[ Nigel Metheringham ------------------------------ nigel at dotdot.it ]
[ Ellipsis Intangible Technologies ]
More information about the Catalyst-dev
mailing list