summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-05 10:52:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-10-05 10:52:51 +0200
commit359f74084fdc155fe0f66da1a7376c1454a64c29 (patch)
tree0eca68aec48d03e7c2289519e9f045079d788ca9 /bin
parentf81340273fa6d7e87a5b9a032626d69b863cf679 (diff)
perlcritic, perltidy
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hashl3
1 files changed, 2 insertions, 1 deletions
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 {