bin/imager.save
changeset 124 87081e9cf3ba
parent 109 d199ec625af0
child 125 41872269ca6f
--- a/bin/imager.save	Mon Jun 18 14:36:13 2012 +0200
+++ b/bin/imager.save	Wed May 13 14:58:27 2015 +0200
@@ -15,6 +15,7 @@
 use Getopt::Long;
 use Pod::Usage;
 use Imager 0.1;
+use if $^V >= v5.18 => (experimental => qw'lexical_topic smartmatch');
 
 use constant KiB      => 1024;
 use constant MiB      => 1024 * KiB;