Bump
[catagits/BackPAN-Web.git] / lib / BackPAN / Web.pm
index 51e01ee..87c332c 100644 (file)
@@ -13,7 +13,7 @@ use File::stat;
 use DateTime;
 use Log::Log4perl 'get_logger';
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 default_config(
     template_dir => 'root/html',
@@ -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,
     });
 }