Alvis-Bags
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
bin/linkRedir view on Meta::CPAN
my $usezip = "";
my $init = 0;
# both hash tables only store URLs cleaned with StandardURL()
# single redirect for a URL
my %redirect = ();
# space delimited set of entries with same target
my %direct = ();
sub updateMaps() {
my $inu = shift();
my $outu = shift();
my $direct_add = "";
# no duplicates
if ( defined($redirect{$inu}) &&
$redirect{$inu} ne $outu ) {
print STDERR "Previous definition '$inu'->'" . $redirect{$inu}
. "' for line:\n $_\n";
# exit(1);
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.436 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )