diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-05 10:52:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-05 10:52:51 +0200 |
commit | 359f74084fdc155fe0f66da1a7376c1454a64c29 (patch) | |
tree | 0eca68aec48d03e7c2289519e9f045079d788ca9 /bin/hashl | |
parent | f81340273fa6d7e87a5b9a032626d69b863cf679 (diff) |
perlcritic, perltidy
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |