Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional ';' at end of block is mandatory for "use" #886

Closed
p5pRT opened this issue Nov 24, 1999 · 1 comment
Closed

Optional ';' at end of block is mandatory for "use" #886

p5pRT opened this issue Nov 24, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Nov 24, 1999

Migrated from rt.perl.org#1818 (status was 'resolved')

Searchable as RT1818$

@p5pRT
Copy link
Author

p5pRT commented Nov 24, 1999

From Raphael.Manfredi@st.com


  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant