Front page | perl.perl5.porters |
Postings from March 2014
[perl #121523] [PATCH] Document -l on symlinkless file systems
Thread Next
From:
Smylers
Date:
March 28, 2014 16:38
Subject:
[perl #121523] [PATCH] Document -l on symlinkless file systems
Message ID:
rt-4.0.18-21539-1396024669-184.121523-75-0@perl.org
# New Ticket Created by Smylers
# Please include the string: [perl #121523]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=121523 >
This is a bug report for perl from Smylers@stripey.com,
generated with the help of perlbug 1.40 running under perl 5.19.11.
-----------------------------------------------------------------
Documenting Zefram's reply to Dave M's question about -l:
http://www.nntp.perl.org/group/perl.perl5.porters/2014/03/msg214012.html
-----------------------------------------------------------------
---
Flags:
category=docs
severity=low
Type=Patch
PatchStatus=HasPatch
---
Site configuration information for perl 5.19.11:
Configured by smylers at Fri Mar 28 15:10:22 GMT 2014.
Summary of my perl5 (revision 5 version 19 subversion 11) configuration:
Derived from: 721b26746b834f5757da998a7d1918547cf27ef3
Platform:
osname=linux, osvers=3.11.0-19-generic, archname=x86_64-linux
uname='linux fozzie 3.11.0-19-generic #33-ubuntu smp tue mar 11 18:48:34 utc 2014 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Dusedevel'
hint=previous, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=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'
ccversion='', gccversion='4.8.1', 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 /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed /usr/include/x86_64-linux-gnu /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
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:
uncommitted-changes
---
@INC for perl 5.19.11:
lib
/usr/local/lib/perl5/site_perl/5.19.11/x86_64-linux
/usr/local/lib/perl5/site_perl/5.19.11
/usr/local/lib/perl5/5.19.11/x86_64-linux
/usr/local/lib/perl5/5.19.11
.
---
Environment for perl 5.19.11:
HOME=/home/smylers
LANG=en_GB.utf8
LANGUAGE=en_GB:en
LC_COLLATE=C
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/smylers/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/games
PERL_BADLANG (unset)
PERL_CPANM_OPT=--sudo --prompt
SHELL=/bin/bash
Thread Next
-
[perl #121523] [PATCH] Document -l on symlinkless file systems
by Smylers