Perl5.10で登場した語句や、Mooseなキーワードがハイライトされないのでそれを改良。といっても大したことはない。次のファイルをいじる。
/mt-static/plugins/SyntaxHighlighter/2.0/scripts/shBrushPerl.js
52 53 54 | // 53行目あたり 'undef unlink unpack ... ' + 'say' ; |
58 59 60 61 | // 59行目あたり 'require return sub ... ' + 'try catch with using otherwise finally given when state BEGIN END ' + 'extends requires has' ; |
後は必要なときに付け足していこう。