8
0
Files
perl-Dancer2-Plugin-Auth-Ex…/remove-env-perl.patch

11 lines
302 B
Diff
Raw Normal View History

diff --git a/bin/dancer2-generate-crypted-password b/bin/dancer2-generate-crypted-password
index 7747742..109881c 100755
--- a/bin/dancer2-generate-crypted-password
+++ b/bin/dancer2-generate-crypted-password
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
use strict;
use Crypt::SaltedHash;