Bug#872777: [PATCH] perlfunc.pod A[n] unsigned...

2017-08-24 Thread Dominic Hargreaves
On Mon, Aug 21, 2017 at 02:39:21PM +0800, 積丹尼 Dan Jacobson wrote:
> --- /usr/share/perl/5.26.0/pod/perlfunc.pod   2017-07-31 00:15:47.0 
> +0800
> +++ /tmp/perlfunc.pod 2017-08-21 14:35:54.001369402 +0800
> @@ -4959,7 +4959,7 @@
>those.  Raises an exception otherwise.)
>  
>  i  A signed integer value.
> -I  A unsigned integer value.
> +I  An unsigned integer value.
>   (This 'integer' is _at_least_ 32 bits wide.  Its exact
>size depends on what a local C compiler calls 'int'.)

Thanks, this is now applied upstream:

https://perl5.git.perl.org/perl.git/commit/a0fd4509d5dc3f1344a75abc306781a8e337f9c0



Bug#872777: [PATCH] perlfunc.pod A[n] unsigned...

2017-08-21 Thread 積丹尼 Dan Jacobson
Package: perl-doc
Version: 5.26.0-5
Severity: minor
File: /usr/share/perl/5.26.0/pod/perlfunc.pod

--- /usr/share/perl/5.26.0/pod/perlfunc.pod 2017-07-31 00:15:47.0 
+0800
+++ /tmp/perlfunc.pod   2017-08-21 14:35:54.001369402 +0800
@@ -4959,7 +4959,7 @@
   those.  Raises an exception otherwise.)
 
 i  A signed integer value.
-I  A unsigned integer value.
+I  An unsigned integer value.
  (This 'integer' is _at_least_ 32 bits wide.  Its exact
   size depends on what a local C compiler calls 'int'.)
 
> "NT" == Niko Tyni  writes:
NT> On Thu, Aug 17, 2017 at 06:55:53AM +0800, Dan Jacobson wrote:
>> perlfunc man page:
>> 
>> i  A signed integer value.
>> I  A unsigned integer value.
>> ^An

NT> Hi, feel free to file a bug about that, preferably with a
NT> patch we can feed upstream.
NT> -- 
NT> Niko Tyni   nt...@debian.org