X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9bae90024229618c1bfd320f1513d1054af89e5a..c32d2e5e9f99e0373add85ed802da84ecfb3bdfc:/IkiWiki.pm diff --git a/IkiWiki.pm b/IkiWiki.pm index 499ec8834..a3f907770 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -13,6 +13,7 @@ use vars qw{%config %links %oldlinks %oldpagemtime %pagectime %pagecase use Exporter q{import}; our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match bestlink htmllink readfile writefile pagetype srcfile pagename + displaytime %config %links %renderedfiles %pagesources); our $VERSION = 1.00; @@ -320,7 +321,7 @@ sub baseurl (;$) { #{{{ sub abs2rel ($$) { #{{{ # Work around very innefficient behavior in File::Spec if abs2rel # is passed two relative paths. It's much faster if paths are - # absolute! + # absolute! (Debian bug #376658) my $path="/".shift; my $base="/".shift;