Description: Fix perl path in script
 Use /usr/bin/perl as path to Perl
Forwarded: not-needed
Author: dod
--- a/script/perlver-fast
+++ b/script/perlver-fast
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 use strict;
 use warnings;
 use Perl::MinimumVersion::Fast;
