Kwiki-Backlinks
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Kwiki/Backlinks.pm view on Meta::CPAN
return $p;
}
sub delete_hook {
my $page = $self->get_page;
$self = $self->hub->backlinks;
$self->clean_destination_links($page); # redundant but tidy
$self->clean_source_links($page);
}
sub update_hook {
my $page = $self;
my $hook = pop;
$self = $self->hub->backlinks;
# save current as we need to manipulate within update and below
my $current = $self->hub->pages->current;
$self->update($page);
$self->hub->pages->current($current);
}
sub update {
my $page = shift;
my $units;
my $formatter = $self->hub->formatter;
unless ($self->hooked) {
$self->hooked(1);
my $table = $formatter->table;
for my $class (@$table{@{$self->links_to_hook}}) {
$self->hub->add_hook(
$class . '::unit_match', post => 'backlinks:add_match'
);
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.095 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )