]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
updates
[ikiwiki.git] / IkiWiki.pm
index 1cbe975c058cc7a455dc4127067d1bf943776651..d63b02dffc35cffb81c9f5b146f08ac0160bae7e 100644 (file)
@@ -14,6 +14,7 @@ use Exporter q{import};
 our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
                  bestlink htmllink readfile writefile pagetype srcfile pagename
                  %config %links %renderedfiles %pagesources);
 our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
                  bestlink htmllink readfile writefile pagetype srcfile pagename
                  %config %links %renderedfiles %pagesources);
+our $VERSION = 1.00;
 
 # Optimisation.
 use Memoize;
 
 # Optimisation.
 use Memoize;
@@ -319,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
 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;
 
        my $path="/".shift;
        my $base="/".shift;