File: remove-useless-interpreter.patch

package info (click to toggle)
libhtml-rewriteattributes-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: perl: 2,139; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: remove useless interpreter
 Just to avoid Lintian warning
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: not-needed
Last-Update: 2018-08-27

--- a/lib/HTML/RewriteAttributes.pm
+++ b/lib/HTML/RewriteAttributes.pm
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 package HTML::RewriteAttributes;
 use strict;
 use warnings;
--- a/lib/HTML/RewriteAttributes/Links.pm
+++ b/lib/HTML/RewriteAttributes/Links.pm
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 package HTML::RewriteAttributes::Links;
 use strict;
 use warnings;
--- a/lib/HTML/RewriteAttributes/Resources.pm
+++ b/lib/HTML/RewriteAttributes/Resources.pm
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 package HTML::RewriteAttributes::Resources;
 use strict;
 use warnings;