lib/Imager.pm
changeset 124 87081e9cf3ba
parent 78 603b47708d37
--- a/lib/Imager.pm	Mon Jun 18 14:36:13 2012 +0200
+++ b/lib/Imager.pm	Wed May 13 14:58:27 2015 +0200
@@ -4,6 +4,7 @@
 use warnings;
 use IO::Uncompress::Gunzip qw(gunzip $GunzipError);
 use autodie qw(:all);
+use if $^V >= v5.18 => (experimental => 'smartmatch');
 
 our $VERSION = "0.1";