File: 01-drop_shebang_from_pm.patch

package info (click to toggle)
libdata-walk-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 240 kB
  • ctags: 15
  • sloc: perl: 164; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Drop /bin/false shebang line
Forwarded: not-needed
Last-Update: 2016-08-02
---
--- a/lib/Data/Walk.pm
+++ b/lib/Data/Walk.pm
@@ -1,5 +1,3 @@
-#! /bin/false
-
 # Traverse Perl data structures.
 # Copyright (C) 2005-2016 Guido Flohr <guido.flohr@cantanea.com>,
 # all rights reserved.