File: 0003-Fix-perl-demo-shebang.patch

package info (click to toggle)
ruby-rouge 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,160 kB
  • sloc: ruby: 19,346; makefile: 7; perl: 4
file content (12 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix perl demo shebang policy violation
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2019-01-04

--- a/lib/rouge/demos/perl
+++ b/lib/rouge/demos/perl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 use warnings;
 print "a: ";
 my $a = "foo";