diff options
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + use App::Hashl; use Cwd; use File::Copy; |
![]() |
index : App-Hashl | |
Hash parts of files, only leech non-duplicates from slow FTPs | derf |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/hashl | 2 |
@@ -6,6 +6,8 @@ use strict; use warnings; use 5.010; +no if $] >= 5.018, warnings => "experimental::smartmatch"; + use App::Hashl; use Cwd; use File::Copy; |