]> sipb.mit.edu Git - ikiwiki.git/commitdiff
note fixed bug
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Dec 2006 04:56:06 +0000 (04:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Dec 2006 04:56:06 +0000 (04:56 +0000)
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;