From 359f74084fdc155fe0f66da1a7376c1454a64c29 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Oct 2015 10:52:51 +0200 Subject: perlcritic, perltidy --- bin/hashl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/hashl') diff --git a/bin/hashl b/bin/hashl index 2002973..23286b9 100755 --- a/bin/hashl +++ b/bin/hashl @@ -6,7 +6,7 @@ use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; +no if $] >= 5.018, warnings => 'experimental::smartmatch'; use App::Hashl; use Cwd; @@ -127,6 +127,7 @@ sub ensure_equal_hash_sizes { exit 1; } } + return; } sub copy_file { -- cgit v1.2.3