Fix for older File::Path not having make_path
commit9eb8a7869936599175d70a903e1a9adeacd62c04
authorJohn 'Warthog9' Hawley <warthog9@eaglescrag.net>
Sun, 21 Mar 2010 22:13:02 +0000 (21 15:13 -0700)
committerJohn 'Warthog9' Hawley <warthog9@eaglescrag.net>
Sun, 21 Mar 2010 22:16:37 +0000 (21 15:16 -0700)
tree9e0245d1dfcfb6301069f2632edaed4c8d36ad91
parentcbfbe2965af7e3a538953e69e68ae488cbd16fb2
Fix for older File::Path not having make_path

Older versions of File::Path, present on older RHEL 5 systems,
don't have make_path present in them, and this causes a giant
mess of errors.  This changes the make_path to using the older
style mkpath, which doesn't report it's errors nearly as nicely.
gitweb/cache.pm
gitweb/gitweb.perl