aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/syntax_error_in_aggregate.mdwn
blob: 1e69e7fab721ee64e626dbed305adfeb1c0050bc (plain)
1
2
3
4
5
6
7
8
9
10
11
Current git :

        $ perl -c IkiWiki/Plugin/aggregate.pm  
        syntax error at IkiWiki/Plugin/aggregate.pm line 427, near "24;"
        IkiWiki/Plugin/aggregate.pm had compilation errors.

This prevents a Debian package build (due to `t/syntax.t`).

Not knowing the units being used, I don't know where to add the missing parenthesis.

[[done]]