Baseline - Launch of backpan.org
[catagits/BackPAN-Web.git] / script / update_index.pl
1 use strict;
2 use warnings;
3
4 use BackPAN::Index;
5 BackPAN::Index->new({
6   update => 1,
7   debug => 1,
8   cache_dir => 'index',
9   releases_only_from_authors => 1,
10 });