File: 10shebang.dpatch

package info (click to toggle)
libnetxap-perl 0.02-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 232 kB
  • ctags: 276
  • sloc: perl: 1,595; sh: 156; makefile: 49
file content (23 lines) | stat: -rw-r--r-- 764 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10shebang.dpatch by Niko Tyni <ntyni@iki.fi>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Remove unneeded shebang lines from the module files.

@DPATCH@
diff -urNad trunk~/Net/IMAP.pm trunk/Net/IMAP.pm
--- trunk~/Net/IMAP.pm	2006-05-13 20:31:41.000000000 +0300
+++ trunk/Net/IMAP.pm	2006-05-13 20:31:50.540724696 +0300
@@ -1,4 +1,3 @@
-#!/usr/local/bin/perl
 #
 # Copyright (c) 1997-1999 Kevin Johnson <kjj@pobox.com>.
 #
diff -urNad trunk~/Net/xAP.pm trunk/Net/xAP.pm
--- trunk~/Net/xAP.pm	2006-05-13 20:31:41.000000000 +0300
+++ trunk/Net/xAP.pm	2006-05-13 20:31:50.541724525 +0300
@@ -1,4 +1,3 @@
-#!/usr/local/bin/perl
 #
 # Copyright (c) 1997-1999 Kevin Johnson <kjj@pobox.com>.
 #