Commit cc9108a3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix smartmatch warnings on perl >= 5.018

parent 12683719
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)' );
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ use strict;
use warnings;
use 5.010;

no if $] >= 5.018, warnings => "experimental::smartmatch";

our $VERSION = '1.02';

use Carp qw(confess cluck);