Link_Controller
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
testing-links/test-link.pl view on Meta::CPAN
$time . "\n" if $::verbose;
return $link, $time;
}
# =head2 update_link
# Updates the link in the database.
# =cut
sub update_link {
my $link=shift;
# here be danger.. this could cause multiplication of links in
# the database if the url function returns variable values..
# it `shouldn´t´
print STDERR "New link is " , $link, Dumper ( $link )
if $::verbose & 16;
print STDERR "Before " , Dumper( $::links{$link->url()} ), "\n"
if $::verbose & 256;
WWW::Link_Controller::Lock::checklock();
$::links{$link->url()} = $link;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.688 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )