Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
attempt to clear up the bugs list a bit
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
pinger.pm
diff --git
a/IkiWiki/Plugin/pinger.pm
b/IkiWiki/Plugin/pinger.pm
index 7b4dce5867534c702f220b3df6e792c91b3cbb61..c20ecb5d4ef3a663f5496135f56ddb5369c5dd87 100644
(file)
--- a/
IkiWiki/Plugin/pinger.pm
+++ b/
IkiWiki/Plugin/pinger.pm
@@
-3,7
+3,7
@@
package IkiWiki::Plugin::pinger;
use warnings;
use strict;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
my %pages;
my $pinged=0;
my %pages;
my $pinged=0;
@@
-106,7
+106,7
@@
sub ping {
# will still be avoided.
next if $url=~/^\Q$config{cgiurl}\E/;
# will still be avoided.
next if $url=~/^\Q$config{cgiurl}\E/;
- $ua->
head
($url);
+ $ua->
get
($url);
}
exit 0;
}
exit 0;