]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[mpd] version bump up
authorbw1 <redacted>
Sat, 28 Apr 2018 16:08:24 +0000 (18:08 +0200)
committerbw1 <redacted>
Sat, 28 Apr 2018 16:08:24 +0000 (18:08 +0200)
scripts/mpd.pl

index 04f80b85ac81483ba2e5ebac189d78fa0510b161..56c107507ceecc072566880d7313b439ae5e085f 100644 (file)
@@ -32,6 +32,7 @@
 #       Added support for password authentication                     #
 #  0.7: Added format directives for bitrate and volume                #
 #       Fixed socket not timing out at specified interval             #
+#  0.8: unescaped left brace in regex becomes an error in perl5 v26   #
 #######################################################################
 
 use strict;
@@ -40,7 +41,7 @@ use Irssi;
 
 use vars qw{$VERSION %IRSSI %MPD};
 
-$VERSION = "0.7";
+$VERSION = "0.8";
 %IRSSI = (
           name        => 'mpd',
           authors     => 'Erik Scharwaechter, Tobias Böhm, Mikkel Kroman',
git clone https://git.99rst.org/PROJECT