]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
web commit by RecaiOktas: [Git] Document some design issues.
[ikiwiki.git] / IkiWiki.pm
index 499ec88346850e4540f445eb6524849323d6289f..d63b02dffc35cffb81c9f5b146f08ac0160bae7e 100644 (file)
@@ -320,7 +320,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;