);
}
-sub _get_config_files {
+sub _config_files_for {
my ($self, $path) = @_;
my @files = ();
my ($self, $type, $path, $io) = @_;
(my $cache_name = $io->name) =~ s/\/([^\/]+)$/\/.htcache.$1.json/;
my $cache = io($cache_name);
- my $config_files = $self->_get_config_files($path);
+ my $config_files = $self->_config_files_for($path);
my $maxstat = 0;
if (scalar @$config_files) {