Front page | perl.perl5.porters |
Postings from April 2000
Re:[ID 20000425.004] [BUG 5.6.0] package 'vars' not register
Thread Next
From:
jpeacock
Date:
April 25, 2000 11:21
Subject:
Re:[ID 20000425.004] [BUG 5.6.0] package 'vars' not register
Message ID:
0004259566.AA956686873@univpress.com
Take out the comma; qw// does not want or need it. The line works fine without
the comma, which is what the error message is complaining about, after all ;~)
John Peacock
____________________Reply Separator____________________
Subject: [ID 20000425.004] [BUG 5.6.0] package 'vars' not registered
Author: <hv@crypt0.demon.co.uk>
Date: 4/25/2000 7:20 PM
This is a bug report for perl from hv@crypt0.demon.co.uk
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
crypt% perl -we 'use strict; use vars qw/$a, $b/'
Possible attempt to separate words with commas at -e line 1.
package 'vars' not registered for warnings at -e line 1
BEGIN failed--compilation aborted at -e line 1.
crypt%
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=low
---
Site configuration information for perl v5.6.0:
Configured by hv at Thu Mar 23 11:41:17 GMT 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.5-16, archname=i686-linux-64int
uname='linux crypt.compulink.co.uk 2.2.5-16 #1 sun may 30 23:00:18 bst 1999
i686 unknown '
config_args='-des -Doptimize=-g -O6 -Dprefix=/opt/perl-5.6.0.64bit
-Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-g -O6', gccversion=egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release)
cppflags='-DDEBUGGING -fno-strict-aliasing'
ccflags ='-DDEBUGGING -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=/lib/libc-2.1.1.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.6.0:
/opt/perl-5.6.0.64bit/lib/5.6.0/i686-linux-64int
/opt/perl-5.6.0.64bit/lib/5.6.0
/opt/perl-5.6.0.64bit/lib/site_perl/5.6.0/i686-linux-64int
/opt/perl-5.6.0.64bit/lib/site_perl/5.6.0
/opt/perl-5.6.0.64bit/lib/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/hv
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/hv/bin:/usr/bin:/usr/local/bin:/bin:/usr/X11R6/bin
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
Re:[ID 20000425.004] [BUG 5.6.0] package 'vars' not register
by jpeacock