File: example-wrong-path-for-interpreter

package info (click to toggle)
libanyevent-feed-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 165; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Change Perl interpreter path to /usr/bin/perl
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed
Last-Update: 2016-03-12
---
--- a/samples/gmail_unread_feed
+++ b/samples/gmail_unread_feed
@@ -1,4 +1,4 @@
-#!/opt/perl/bin/perl
+#!/usr/bin/perl
 use strict;
 use Encode;
 use AnyEvent::Feed;
--- a/samples/simple_reader
+++ b/samples/simple_reader
@@ -1,4 +1,4 @@
-#!/opt/perl/bin/perl
+#!/usr/bin/perl
 use strict;
 use Encode;
 use AnyEvent::Feed;