]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
note fixed bug
[ikiwiki.git] / IkiWiki.pm
index 61725ab84dc6acf2064189f8f9d711681d3499a8..45a3627cc8301c54d7723d71526b12457ee1255e 100644 (file)
@@ -354,7 +354,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! (Debian bug #376658)
+       # absolute! (Debian bug #376658; fixed in debian unstable now)
        my $path="/".shift;
        my $base="/".shift;