Loading Build.PL +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Module::Build->new( module_name => 'Travel::Status::DE::IRIS', license => 'perl', requires => { 'perl' => '5.18.0', 'perl' => '5.14.2', 'Carp' => 0, 'Class::Accessor' => 0, 'DateTime' => 0, Loading bin/db-iris +1 −1 Original line number Diff line number Diff line #!/usr/bin/env perl use strict; use warnings; use 5.018; use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; Loading lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS; use strict; use warnings; use 5.018; use 5.014; no if $] >= 5.018, warnings => "experimental::smartmatch"; Loading lib/Travel/Status/DE/IRIS/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS::Result; use strict; use warnings; use 5.010; use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; Loading lib/Travel/Status/DE/IRIS/Stations.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS::Stations; use strict; use warnings; use 5.018; use 5.014; use utf8; use List::MoreUtils qw(firstval); Loading Loading
Build.PL +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Module::Build->new( module_name => 'Travel::Status::DE::IRIS', license => 'perl', requires => { 'perl' => '5.18.0', 'perl' => '5.14.2', 'Carp' => 0, 'Class::Accessor' => 0, 'DateTime' => 0, Loading
bin/db-iris +1 −1 Original line number Diff line number Diff line #!/usr/bin/env perl use strict; use warnings; use 5.018; use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; Loading
lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS; use strict; use warnings; use 5.018; use 5.014; no if $] >= 5.018, warnings => "experimental::smartmatch"; Loading
lib/Travel/Status/DE/IRIS/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS::Result; use strict; use warnings; use 5.010; use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; Loading
lib/Travel/Status/DE/IRIS/Stations.pm +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ package Travel::Status::DE::IRIS::Stations; use strict; use warnings; use 5.018; use 5.014; use utf8; use List::MoreUtils qw(firstval); Loading