Front page | perl.perl5.porters |
Postings from November 1999
[ID 19991124.001] Optional ';' at end of block is mandatory for "use"
From:
Raphael Manfredi
Date:
November 24, 1999 04:54
Subject:
[ID 19991124.001] Optional ';' at end of block is mandatory for "use"
Message ID:
12098.943448022@lod23.gnb.st.com
This is a bug report for perl from raphael.manfredi@st.com,
generated with the help of perlbug 1.26 running under perl 5.00503.
-----------------------------------------------------------------
Mod.pm:
1 use strict;
2 package Mod;
3 1;
bug:
1 eval { use Mod };
When bug is ran:
syntax error at Mod.pm line 1, near "use strict"
BEGIN failed--compilation aborted at bug line 1.
Adding a semicolon at then end of "use Mod" is a workaround.
However, I thought the trailing ';' was optional at the end
of a block?
Raphael
-----------------------------------------------------------------
---
Site configuration information for perl 5.00503:
Configured by manfredi at Mon Aug 9 12:37:05 MET DST 1999.
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.5.1, archname=sun4-solaris
uname='sunos lod23 5.5.1 generic_103640-27 sun4u sparc sunw,ultra-60 '
hint=previous, useposix=true, d_sigaction=define
usethreads=undef useperlio=define d_sfio=undef
Compiler:
cc='/apa/SUNWspro/bin/cc', optimize='-O', gccversion=
cppflags='-I/home/manfredi/usr/BerkeleyDB/include'
ccflags ='-I/home/manfredi/usr/BerkeleyDB/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=true
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='/apa/SUNWspro/bin/cc', ldflags ='-L/home/manfredi/usr/BerkeleyDB/lib'
libpth=/lib /usr/lib /usr/ccs/lib /home/manfredi/usr/BerkeleyDB/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-KPIC', lddlflags='-G -L/home/manfredi/usr/BerkeleyDB/lib'
Locally applied patches:
---
@INC for perl 5.00503:
/home/manfredi/usr/lib/perl5/5.00503/sun4-solaris
/home/manfredi/usr/lib/perl5/5.00503
/home/manfredi/usr/lib/perl5/site_perl/5.005/sun4-solaris
/home/manfredi/usr/lib/perl5/site_perl/5.005
.
---
Environment for perl 5.00503:
HOME=/home/manfredi
LANG=fr
LANGUAGE (unset)
LC_MESSAGES=C
LC_MONETARY=C
LC_NUMERIC=C
LC_TIME=C
LD_LIBRARY_PATH=/home/manfredi/usr/lib/X11:/usr/openwin/lib
LOGDIR (unset)
PATH=/home/manfredi/bin/scripts:/home/manfredi/bin/sun:/home/manfredi/bin/sun/mh:/home/manfredi/bin/scripts/mh:/home/manfredi/bin/sun/fm2html:/home/manfredi/bin/scripts/rdb:/apa/gnu/SunOS5/bin:/bin:/usr/bin:/sbin:/usr/sbin:/apa/SUNWspro/bin:/usr/ccs/bin:/usr/ucb:/usr/contrib/bin:/apa/comp/SunOS5/bin:/apa/acroread/3.02/bin:/apa/ddts/bin:/apa/util/bin:/etc:/usr/bin/X11:/usr/games:/home/bruel/local/SunOS5/bin:/home/manfredi:.:/home/manfredi/bin/acri
PERL_BADLANG (unset)
SHELL=/home/manfredi/bin/sun/ksh
-
[ID 19991124.001] Optional ';' at end of block is mandatory for "use"
by Raphael Manfredi