Fix cache_dir, use the default from App::Cache (which is /.backpan_index/cache)
[catagits/BackPAN-Web.git] / script / update_index.pl
index 4acf8d5..3954668 100644 (file)
@@ -5,6 +5,5 @@ use BackPAN::Index;
 BackPAN::Index->new({
   update => 1,
   debug => 1,
-  cache_dir => 'index',
   releases_only_from_authors => 1,
 });