From fb1a3141d4cfd44372c05f3e47e4f51c09ba19e9 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 12 Aug 2002 04:09:22 +0000 Subject: 1) upgrade to 1.01 2) Makefile cleanup Submitted by: kuriyama (1) --- devel/p5-Term-Screen/files/patch-Screen.pm | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'devel/p5-Term-Screen/files/patch-Screen.pm') diff --git a/devel/p5-Term-Screen/files/patch-Screen.pm b/devel/p5-Term-Screen/files/patch-Screen.pm index d2293862a6bf..dd5cebbe5033 100644 --- a/devel/p5-Term-Screen/files/patch-Screen.pm +++ b/devel/p5-Term-Screen/files/patch-Screen.pm @@ -1,6 +1,6 @@ ---- Screen.pm.orig Tue Jan 9 13:10:07 2001 -+++ Screen.pm Tue Jan 9 13:11:37 2001 -@@ -5,7 +5,7 @@ +--- Screen.pm.orig Tue Oct 30 16:47:00 2001 ++++ Screen.pm Thu Jan 17 19:25:32 2002 +@@ -8,7 +8,7 @@ =head1 NAME @@ -9,3 +9,21 @@ =head1 SYNOPSIS +@@ -419,7 +419,7 @@ + } + else # buffer up the received chars + { +- $this->{IN} = reverse($partial_fn_str) . $this->{IN}; ++ $this->{IN} = &reverse($partial_fn_str) . $this->{IN}; + $c = chop($this->{IN}); + $this->puts($c) if ($this->{ECHO} && ($c ne "\e")); + } +@@ -454,7 +454,7 @@ + sub stuff_input + { + my ($this, $str) = @_; +- $this->{IN} = reverse($str) . $this->{IN}; ++ $this->{IN} = &reverse($str) . $this->{IN}; + $this; + } + -- cgit v1.2.3