File: missing_shebang.patch

package info (click to toggle)
libpoe-component-irc-perl 6.35%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,520 kB
  • ctags: 1,061
  • sloc: perl: 14,612; sh: 48; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: adds shebang to example script
Forwarded: no
Author: Martín Ferrari 
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-06-23

--- a/examples/ircproxy.pl
+++ b/examples/ircproxy.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 use strict;
 use warnings;
 use Socket;