File: shebang_examples.patch

package info (click to toggle)
libapache-session-perl 1.93-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 432 kB
  • sloc: perl: 1,504; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Add perl shebang to example
Author: Rene Mayorga <rmayorga@debian.org.sv>
Last-Update: 2012-02-02
Forwarded: not-needed
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
--- a/eg/example.perl
+++ b/eg/example.perl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 ######################################################################
 #
 # Consult the documentation before trying to run this file.