SHA256
6
0
forked from pool/perl

- update to perl-5.12.0-RC1

* new ... operator
  * unicode improvements
  * "each" now also works on arrays
  * support for "delete local"
  * suidperl was dropped

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=25
This commit is contained in:
2010-03-24 13:41:13 +00:00
committed by Git OBS Bridge
parent 36db358450
commit 13fdd69d6a
12 changed files with 283 additions and 363 deletions

View File

@@ -1,5 +1,5 @@
--- ./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
--- ./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 {
$str = $cmd->toascii($str) if $tr;
$str .= "\015\012";