Fix cache_dir, use the default from App::Cache (which is /.backpan_index/cache)
[catagits/BackPAN-Web.git] / script / update_index.pl
CommitLineData
b67ffc2e 1use strict;
2use warnings;
3
4use BackPAN::Index;
5BackPAN::Index->new({
6 update => 1,
7 debug => 1,
b67ffc2e 8 releases_only_from_authors => 1,
9});