Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 826fba508d07609401551ea4ff018750 > files > 2

perl-Term-ReadLine-Gnu-1.13-2.src.rpm

--- Term-ReadLine-Gnu-1.12.orig/eg/fileman	Sat Feb 28 11:01:34 1998
+++ Term-ReadLine-Gnu-1.12eg/fileman	Sat Feb 19 22:55:58 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 #
 # $Id: fileman,v 1.1 1998-02-28 19:01:24+09 hayashi Exp $
 #
--- Term-ReadLine-Gnu-1.12.orig/eg/perlsh	Thu Dec 30 06:05:30 1999
+++ Term-ReadLine-Gnu-1.12/eg/perlsh	Sat Feb 19 22:55:58 2000
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/perl
 #
 #	$Id: perlsh,v 1.22 1999-12-30 14:05:30+09 hayashi Exp $	
 #
--- Term-ReadLine-Gnu-1.12.orig/eg/pftp	Fri Mar 19 18:46:02 1999
+++ Term-ReadLine-Gnu-1.12/eg/pftp	Sat Feb 19 22:55:58 2000
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/perl
 #
 #	$Id: pftp,v 1.9 1999-03-20 02:46:02+09 hayashi Exp $
 #
--- Term-ReadLine-Gnu-1.12.orig/eg/ptksh+	Sun Mar 14 17:43:20 1999
+++ Term-ReadLine-Gnu-1.12/eg/ptksh+	Sat Feb 19 22:55:58 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 #
 # $Id: ptksh+,v 1.5 1997/04/01 17:15:34 ach Exp ach $
 #
--- Term-ReadLine-Gnu-1.12.orig/Gnu/XS.pm	Tue May  4 19:48:24 1999
+++ Term-ReadLine-Gnu-1.12/Gnu/XS.pm	Sat Feb 19 23:03:38 2000
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 #
 #	XS.pm : perl function definition for Term::ReadLine::Gnu
 #
--- Term-ReadLine-Gnu-1.12.orig/Gnu/euc_jp.pm	Sun Jul 14 21:05:06 2002
+++ Term-ReadLine-Gnu-1.12/Gnu/euc_jp.pm	Sun Jul 14 21:05:11 2002
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 #
 #	euc_jp.pm : EUC Japanese Character Support Functions
 #		This modules is experimental.  API may be changed.