Jump to content

Weechat: Difference between revisions

366 bytes added ,  30 December 2020
no edit summary
imported>Sdier
(Add glowing bear/nginx/oauth2 instructions.)
imported>Thornycrackers
No edit summary
Line 151: Line 151:
     };
     };
}
}
</syntaxhighlight>
== Problem loading multiline.pl ==
The script <b>multiline.pl</b> depends on the Pod::Select module. However, since perl version v5.31.1 Pod::Select has been removed. You can either install PodParser or use nix-shell to wrap weechat so it can find it:
<syntaxhighlight lang="shell">
nix-shell -p perl -p perl532Packages.PodParser --run weechat
</syntaxhighlight>
</syntaxhighlight>