SHA256
6
0
forked from pool/perl

Accepting request 313011 from home:hsk17:branches:devel:languages:perl

update to 5.22.0

regarding the .spec file:  i have updated the "(Provides|Obsoletes): perl-*" directives to reflect the module versions provided by perl-5.22.0.  but only for the modules that already were mentioned in the .spec file.  i cannot judge why these are in the .spec file  while many others are not.

OBS-URL: https://build.opensuse.org/request/show/313011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=130
This commit is contained in:
Stephan Kulow
2015-06-23 19:23:16 +00:00
committed by Git OBS Bridge
parent 4bcbc0d435
commit 35d79e87c3
14 changed files with 201 additions and 694 deletions

View File

@@ -1,6 +1,6 @@
--- ./cpan/libnet/Net/Cmd.pm.orig 2009-09-03 14:32:13.000000000 +0000
+++ ./cpan/libnet/Net/Cmd.pm 2009-09-03 14:47:30.000000000 +0000
@@ -226,6 +226,10 @@ sub command {
--- ./cpan/libnet/lib/Net/Cmd.pm.orig 2009-09-03 14:32:13.000000000 +0000
+++ ./cpan/libnet/lib/Net/Cmd.pm 2009-09-03 14:47:30.000000000 +0000
@@ -254,6 +254,10 @@ sub command {
$str = $cmd->toascii($str) if $tr;
$str .= "\015\012";
@@ -11,9 +11,9 @@
my $len = length $str;
my $swlen;
@@ -473,6 +477,10 @@ sub rawdatasend {
return 0 unless defined(fileno($cmd));
@@ -509,6 +512,10 @@ sub rawdatasend {
return 0
if $cmd->_is_closed;
+ # encode to individual utf8 bytes if
+ # $line is a string (in internal UTF-8)