in reply to use File::Path qw(make_path); fails with php 5.6.11

Change

use File::Path qw(make_path);

to

/* use File::Path qw(make_path); */

and you should be fine.

The way forward always starts with a minimal test.