Front page | perl.perl5.porters |
Postings from October 2016
[perl #129927] error messages refer to 'do' as 'require'
From:
l . mai @ web . de
Date:
October 20, 2016 18:56
Subject:
[perl #129927] error messages refer to 'do' as 'require'
Message ID:
rt-4.0.24-21044-1476989758-1354.129927-75-0@perl.org
# New Ticket Created by l.mai@web.de
# Please include the string: [perl #129927]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=129927 >
This is a bug report for perl from l.mai@web.de,
generated with the help of perlbug 1.40 running under perl 5.24.0.
-----------------------------------------------------------------
[Please describe your issue here]
$ perl -e 'do $a'
Missing or undefined argument to require at -e line 1.
$ perl -e 'do ""'
Missing or undefined argument to require at -e line 1.
$ perl -we 'do "a\0b"'
Invalid \0 character in pathname for require: a\0b at -e line 1.
Can't locate a\0b: No such file or directory at -e line 1.
$ perl -Te 'do $ENV{HOME}'
Insecure dependency in require while running with -T switch at -e line 1.
All of these messages should refer to 'do', not 'require'.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl 5.24.0:
Configured by mauke at Mon May 9 21:21:33 CEST 2016.
Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
Platform:
osname=linux, osvers=4.4.5-1-arch, archname=i686-linux
uname='linux simplicio 4.4.5-1-arch #1 smp preempt thu mar 10 07:54:30 cet 2016 i686 gnulinux '
config_args=''
hint=previous, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -flto',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='6.1.1 20160501', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-fstack-protector-strong -L/usr/local/lib -flto'
libpth=/usr/local/lib /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed /usr/lib /lib /usr/local/lib /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed /usr/lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.23.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.23'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -flto -L/usr/local/lib -fstack-protector-strong'
---
@INC for perl 5.24.0:
/home/mauke/usr/lib/perl5/site_perl/5.24.0/i686-linux
/home/mauke/usr/lib/perl5/site_perl/5.24.0
/home/mauke/usr/lib/perl5/5.24.0/i686-linux
/home/mauke/usr/lib/perl5/5.24.0
.
---
Environment for perl 5.24.0:
HOME=/home/mauke
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_COLLATE=C
LC_MONETARY=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/mauke/perl5/perlbrew/bin:/home/mauke/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PERLBREW_BASHRC_VERSION=0.73
PERLBREW_HOME=/home/mauke/.perlbrew
PERLBREW_ROOT=/home/mauke/perl5/perlbrew
PERL_BADLANG (unset)
PERL_UNICODE=SAL
SHELL=/bin/bash
-
[perl #129927] error messages refer to 'do' as 'require'
by l . mai @ web . de