App-cpanoutdated-coro

 view release on metacpan or  search on metacpan

script/cpan-outdated-coro  view on Meta::CPAN

### --------PATH: $path
        push @{$ch{info}}, [ $path, @$get ];
        return;
    }
    return;
## --NOTFOUND: $file
}

# ignore old distribution.
#   This is a heuristic approach. It is not a strict.
#   If you want a strict check, cpan-outdated looks 02packages.details.txt.gz twice.
#   It is too slow.
#
#   But, 02packages.details.txt.gz is sorted.
#   Submodules are listed after main module most of the time.
#   This strategy works well for now.
# ref https://github.com/tokuhirom/cpan-outdated/issues#issue/4

sub _get_info {
    return unless @{$ch{info}}+0;
    my $get = shift @{$ch{info}};



( run in 0.350 second using v1.01-cache-2.11-cpan-64827b87656 )