File: 02-script-header.patch

package info (click to toggle)
libdata-treedumper-renderer-dhtml-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: perl: 634; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
Add a hash-bang line to the example script.

--- a/dhtml_test.pl
+++ b/dhtml_test.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 
 use strict ;
 use Data::TreeDumper ;