X-Git-Url: http://git.shiar.nl/wormy.git/blobdiff_plain/48c2bc131fc366f422101f985714f4cc642e27b0..4a81674950329bfeb881ff6e08792daffd8cf849:/lib/Games/Wormy/Render.pm diff --git a/lib/Games/Wormy/Render.pm b/lib/Games/Wormy/Render.pm index a1f29f5..5a86452 100644 --- a/lib/Games/Wormy/Render.pm +++ b/lib/Games/Wormy/Render.pm @@ -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);