From 30bed625383d4ecdc6c0073b654fe467bd1c66ed Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Dec 2013 15:21:56 +0100 Subject: perlcritic --- bin/aseag-m | 2 +- lib/Travel/Status/DE/ASEAG.pm | 2 +- lib/Travel/Status/DE/URA.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/aseag-m b/bin/aseag-m index e2c4111..248478d 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -3,7 +3,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/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'; -- cgit v1.2.3