Front page | perl.perl5.porters |
Postings from February 2011
[perl #84020] Remove some pod warnings in perluniprops.pod
Thread Previous
From:
Michael Stevens
Date:
February 13, 2011 05:27
Subject:
[perl #84020] Remove some pod warnings in perluniprops.pod
Message ID:
rt-3.6.HEAD-24085-1297603623-1746.84020-75-0@perl.org
# New Ticket Created by Michael Stevens
# Please include the string: [perl #84020]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=84020 >
This is a bug report for perl from mstevens@etla.org,
generated with the help of perlbug 1.39 running under perl 5.13.9.
-----------------------------------------------------------------
[Please describe your issue here]
Patch attempts to remove some pod warnings in perluniprops.pod.
Needs change mktables as it's autogenerated. Warnings are:
*** WARNING: line containing nothing but whitespace in paragraph at line 3032 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3034 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3036 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3038 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3040 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3042 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3044 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3046 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3048 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3050 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3052 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3054 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3056 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3058 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3060 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3062 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3064 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3066 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3068 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3070 in file perluniprops.pod
*** WARNING: line containing nothing but whitespace in paragraph at line 3072 in file perluniprops.pod
The patch is proposed, but someone might want to reset $" after
the here doc.
Patch is:
>From e1e51834171f95ba020cfb4a340aa9f5709da8ad Mon Sep 17 00:00:00 2001
From: Michael Stevens <mstevens@etla.org>
Date: Sun, 13 Feb 2011 13:23:30 +0000
Subject: [PATCH] Remove some whitespace pod warnings in perluniprops.pod
---
lib/unicore/mktables | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index ab90ba3..aaebf80 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -12906,9 +12906,11 @@ END
# Generate a list of the formats that can appear in the map tables.
my @map_table_formats;
foreach my $format (sort keys %map_table_formats) {
- push @map_table_formats, " $format $map_table_formats{$format}\n";
+ push @map_table_formats, " $format $map_table_formats{$format}\n";
}
+ $" = "";
+
# Everything is ready to assemble.
my @OUT = << "END";
=begin comment
@@ -13203,7 +13205,7 @@ this is not necessarily the property's official Unicode name. (The 'To' is
also for backwards compatibility.) The hash entry gives the format of the
mapping fields of the table, currently one of the following:
- @map_table_formats
+@map_table_formats
This format applies only to the entries in the main body of the table.
Entries defined in hashes or ones that are missing from the list can have a
--
1.7.3.5
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=docs
severity=low
---
Site configuration information for perl 5.13.9:
Configured by mstevens at Wed Feb 9 16:52:47 GMT 2011.
Summary of my perl5 (revision 5 version 13 subversion 9) configuration:
Local Commit: 4e2ea112d61c821c82d173c86f061cd9227612b7
Ancestor: 751998674aec9a610c87d26bb4e047d9858e1ccc
Platform:
osname=linux, osvers=2.6.35.4, archname=x86_64-linux
uname='linux eris 2.6.35.4 #4 smp tue sep 21 09:54:22 bst 2010 x86_64 gnulinux '
config_args='-des -Dusedevel -Dprefix=/home/mstevens/bleadperl/build'
hint=previous, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccversion='', gccversion='4.3.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.13.9:
/home/mstevens/bleadperl/build/lib/site_perl/5.13.9/x86_64-linux
/home/mstevens/bleadperl/build/lib/site_perl/5.13.9
/home/mstevens/bleadperl/build/lib/5.13.9/x86_64-linux
/home/mstevens/bleadperl/build/lib/5.13.9
/home/mstevens/bleadperl/build/lib/site_perl
.
---
Environment for perl 5.13.9:
HOME=/home/mstevens
LANG=en_GB.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/mstevens/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/gale/bin:/sbin:/usr/sbin
PERL_BADLANG (unset)
SHELL=/usr/bin/zsh
Thread Previous