summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-09-02 22:15:57 +0200
committerRasmus Steinke <rasi@xssn.at>2017-09-02 22:15:57 +0200
commit712632010ca4e5304609b2a245f3a4cc83ccaee7 (patch)
tree0e36831c3bbc4cc25f91a2c6d5901eb3c397ba5e /clerk
parent9f1ec5477dd7d547f365c916ecd04c189b747089 (diff)
downloadperl-app-clerk-712632010ca4e5304609b2a245f3a4cc83ccaee7.tar.gz
perl-app-clerk-712632010ca4e5304609b2a245f3a4cc83ccaee7.tar.xz
fix shebang
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index 86ed46c..9dbad1a 100755
--- a/clerk
+++ b/clerk
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
binmode(STDOUT, ":utf8");
use v5.10;