diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:21:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:21:56 +0100 |
commit | 30bed625383d4ecdc6c0073b654fe467bd1c66ed (patch) | |
tree | c10c5b2fbd401894f79d63db32d1fc7543e0f439 /lib/Travel/Status/DE | |
parent | 2a0fe74619afb9b5c40d301a12b6167f5e4608d6 (diff) |
perlcritic
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/ASEAG.pm | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/URA.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/ASEAG.pm b/lib/Travel/Status/DE/ASEAG.pm index 83bb6b1..41b923b 100644 --- a/lib/Travel/Status/DE/ASEAG.pm +++ b/lib/Travel/Status/DE/ASEAG.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; +no if $] >= 5.018, warnings => 'experimental::smartmatch'; our $VERSION = '0.00'; diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm index 8ea404b..3c4a44c 100644 --- a/lib/Travel/Status/DE/URA.pm +++ b/lib/Travel/Status/DE/URA.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; +no if $] >= 5.018, warnings => 'experimental::smartmatch'; our $VERSION = '0.00'; |