diff options
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + our $VERSION = '1.02'; binmode( STDOUT, ':encoding(utf-8)' ); |