Front page | perl.perl5.porters |
Postings from January 2012
[perl #108628] [PATCH] B.pm: fix and add B::IO documentation
Thread Previous
From:
Reini Urban
Date:
January 19, 2012 10:38
Subject:
[perl #108628] [PATCH] B.pm: fix and add B::IO documentation
Message ID:
rt-3.6.HEAD-14510-1326998269-1873.108628-75-0@perl.org
# New Ticket Created by Reini Urban
# Please include the string: [perl #108628]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=108628 >
This is a bug report for perl from rurban@air.local,
generated with the help of perlbug 1.39 running under perl 5.15.6.
>From 3e08f30a2cd245b2f412bd9e1698000f320210fc Mon Sep 17 00:00:00 2001
From: Reini Urban <rurban@x-ray.at>
Date: Thu, 19 Jan 2012 11:27:19 -0600
Subject: [PATCH] B.pm: fix and add B::IO documentation
add pod to B::IO Methods and IoTYPE.
fix IsSTD pod.
---
ext/B/B.pm | 31 ++++++++++++++++++++++++++++---
1 files changed, 28 insertions(+), 3 deletions(-)
--
1.7.5.4
---
Flags:
category=library
severity=low
module=B
---
Site configuration information for perl 5.15.6:
Configured by rurban at Sat Dec 31 11:22:41 CST 2011.
Summary of my perl5 (revision 5 version 15 subversion 6) configuration:
Commit id: 250b9fb986873230d0f1709374eed82e543f6d98
Platform:
osname=darwin, osvers=10.8.0, archname=darwin-debug@250b9fb9
uname='darwin air.local 10.8.0 darwin kernel version 10.8.0: tue
jun 7 16:33:36 pdt 2011; root:xnu-1504.15.3~1release_i386 i386 i386
macbookair3,2 darwin '
config_args='-de -Dusedevel -Dinstallman1dir=none
-Dinstallman3dir=none -Dinstallsiteman1dir=none
-Dinstallsiteman3dir=none -Dmksymlinks -DEBUGGING -Doptimize=-g3
-Uuseithreads -Dcc='gcc-mp-4.6' -Dld='gcc-mp-4.6' -Accflags='-m64'
-Accflags='-mssse3' -Duseshrplib -Aldflags=-flat_namespace'
hint=recommended, 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='gcc-mp-4.6', ccflags ='-fno-common -DPERL_DARWIN -m64 -mssse3
-DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include -I/opt/local/include',
optimize='-g3',
cppflags='-fno-common -DPERL_DARWIN -m64 -mssse3 -DDEBUGGING
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include
-I/opt/local/include'
ccversion='', gccversion='4.6.1 20110325 (prerelease)', 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='gcc-mp-4.6', ldflags =' -flat_namespace -fstack-protector
-L/usr/local/lib -L/opt/local/lib'
libpth=/usr/local/lib /opt/local/lib /usr/lib
libs=-lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup
-L/usr/local/lib -L/opt/local/lib -fstack-protector'
Locally applied patches:
---
@INC for perl 5.15.6:
/usr/local/lib/perl5/site_perl/5.15.6/darwin-debug@250b9fb9
/usr/local/lib/perl5/site_perl/5.15.6
/usr/local/lib/perl5/5.15.6/darwin-debug@250b9fb9
/usr/local/lib/perl5/5.15.6
/usr/local/lib/perl5/site_perl
.
---
Environment for perl 5.15.6:
DYLD_LIBRARY_PATH (unset)
HOME=/Users/rurban
LANG=en_US.UTF-8
LANGUAGE (unset)
LC_CTYPE=en_US.UTF-8
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/rurban/bin
PERL_BADLANG (unset)
SHELL=/bin/bash
--
Reini Urban
http://cpanel.net/ http://www.perl-compiler.org/
Thread Previous