Unverified Commit 69fab1ec authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove superfluous smartmatch warning removal

parent f3ae1251
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ use warnings;
use 5.014;
use utf8;

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

use Carp qw(confess);
use DateTime;
use DateTime::Format::Strptime;
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ use strict;
use warnings;
use 5.014;

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

use parent 'Class::Accessor';
use DateTime::Format::Strptime;
use List::Util qw(any);
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@ use warnings;
use 5.014;
use utf8;

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

use Carp   qw(confess);
use Encode qw(decode);
use JSON;