diff options
-rw-r--r-- | Build.PL | 2 | ||||
-rwxr-xr-x | bin/db-iris | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 2 | ||||
-rwxr-xr-x | scripts/acronyms.pl | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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, diff --git a/bin/db-iris b/bin/db-iris index ee0ff42..1bbe5b2 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use 5.018; +use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 81c6797..51b0051 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -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"; diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 58a3a99..d3fd0f5 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -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'; diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 27261a0..891faf8 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -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); diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index d7b890f..ac4bd68 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -17,7 +17,7 @@ package Travel::Status::DE::IRIS::Stations; use strict; use warnings; -use 5.018; +use 5.014; use utf8; use List::MoreUtils qw(firstval); |