make_path must be exported if md5sum path doesn't exist
[cloudstore.git] / lib / CloudStore / Couchbase.pm
index 2e9dc15..bb68193 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use autodie;
 use JSON::XS;
-use File::Path qw();
+use File::Path qw(make_path);
 use File::Slurp qw();
 use Cache::Memcached;
 use Digest::MD5 qw(md5_base64);