Fix cache_dir, use the default from App::Cache (which is /.backpan_index/cache)
[catagits/BackPAN-Web.git] / lib / BackPAN / Web.pm
index 51e01ee..17ae0b0 100644 (file)
@@ -47,7 +47,6 @@ sub backpan_index {
     return $_[0]->{'backpan_index'} ||= BackPAN::Index->new({
         update => 0,
         debug => 0,
-        cache_dir => 'index',
         releases_only_from_authors => 1,
     });
 }