App-ManagePoolStyleRepo
view release on metacpan or search on metacpan
lib/App/ManagePoolStyleRepo.pm view on Meta::CPAN
$SPEC{update_index} = {
v => 1.1,
args => {
%args_common,
},
features => {
#dry_run => 1,
},
};
sub update_index {
require File::Path;
require File::Temp;
my %args = @_;
my $res = list_items(
%args,
detail=>1,
);
return $res unless $res->[0] == 200;
( run in 0.341 second using v1.01-cache-2.11-cpan-95122f20152 )