parse-wormedit: silence switch feature warnings
[wormy.git] / lib / Games / Wormy / Render.pm
index a1f29f549702f46880c4fe91068826347bb7cc80..5a8645280e22e06a22e853a46c202c1a22cd13e2 100644 (file)
@@ -3,6 +3,7 @@ package Games::Wormy::Render;
 use 5.010;
 use strict;
 use warnings;
+use experimental 'switch';
 
 use Imager;
 use List::Util qw(sum max);