diff options
-rwxr-xr-x | check-links.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-links.pl b/check-links.pl index 79f1a48..1632eb0 100755 --- a/check-links.pl +++ b/check-links.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; use File::Next; |