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;
|