SHA256
1
0
forked from pool/perl

Accepting request 19865 from devel:languages:perl

Copy from devel:languages:perl/perl based on submit request 19865 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/19865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=30
This commit is contained in:
OBS User autobuild
2009-09-04 22:22:09 +00:00
committed by Git OBS Bridge
parent 82acf4f7a8
commit db157ca0ff
15 changed files with 243 additions and 386 deletions

View File

@@ -1,5 +1,5 @@
--- lib/Net/Cmd.pm.orig 2009-06-10 09:23:18.000000000 +0000
+++ lib/Net/Cmd.pm 2009-06-10 09:25:49.000000000 +0000
--- ./lib/Net/Cmd.pm.orig 2009-09-03 14:32:13.000000000 +0000
+++ ./lib/Net/Cmd.pm 2009-09-03 14:47:30.000000000 +0000
@@ -226,6 +226,10 @@ sub command {
$str = $cmd->toascii($str) if $tr;
$str .= "\015\012";
@@ -11,7 +11,7 @@
my $len = length $str;
my $swlen;
@@ -471,6 +475,10 @@ sub rawdatasend {
@@ -473,6 +477,10 @@ sub rawdatasend {
return 0 unless defined(fileno($cmd));