in reply to use File::Path qw(make_path); fails with php 5.6.11
Change
use File::Path qw(make_path); [download]
to
/* use File::Path qw(make_path); */ [download]
and you should be fine.