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

perlgit.pod, typo #12683

Closed
p5pRT opened this issue Jan 2, 2013 · 4 comments
Closed

perlgit.pod, typo #12683

p5pRT opened this issue Jan 2, 2013 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Jan 2, 2013

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

Searchable as RT116274$

@p5pRT
Copy link
Author

p5pRT commented Jan 2, 2013

From explorer@joaquinferrero.com

This is a bug report for perl from explorer@​joaquinferrero.com,
generated with the help of perlbug 1.39 running under perl 5.16.2.


589,590c589,590
< However if you'd like to override that just for perl then execute
< something like the following in F<perl>​:


However if you'd like to override that just for perl then execute then
execute something like the following in F<perl>​:

("then execute", twice)



Flags​:
  category=docs
  severity=low


Site configuration information for perl 5.16.2​:

Configured by explorer at Fri Nov 2 12​:14​:52 CET 2012.

Summary of my perl5 (revision 5 version 16 subversion 2) configuration​:
 
  Platform​:
  osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux
  uname='linux hs-1509 2.6.32-5-amd64 #1 smp mon oct 3 03​:59​:20 utc 2011 x86_64 gnulinux '
  config_args='-de -Dprefix=/home/explorer/perl5/perlbrew/perls/perl-5.16.2 -Aeval​:scriptdir=/home/explorer/perl5/perlbrew/perls/perl-5.16.2/bin'
  hint=recommended, useposix=true, d_sigaction=define
  useithreads=undef, usemultiplicity=undef
  useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=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'
  ccversion='', gccversion='4.4.5', 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 /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64
  libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
  perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
  gnulibc_version='2.11.2'
  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​:
 


@​INC for perl 5.16.2​:
  /home/explorer/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2/x86_64-linux
  /home/explorer/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2
  /home/explorer/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/x86_64-linux
  /home/explorer/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2
  .


Environment for perl 5.16.2​:
  HOME=/home/explorer
  LANG=es_ES.UTF-8
  LANGUAGE=es​:en
  LC_COLLATE=es_ES.UTF-8
  LC_CTYPE=es_ES.UTF-8
  LC_MESSAGES=es_ES.UTF-8
  LD_LIBRARY_PATH (unset)
  LOGDIR (unset)
  PATH=/home/explorer/perl5/perlbrew/bin​:/home/explorer/perl5/perlbrew/perls/perl-5.16.2/bin​:/home/explorer/.perlbrew/libs/perl-5.16.1@​locallib/bin​:/home/explorer/bin​:/usr/local/bin​:/usr/bin​:/bin​:/usr/local/games​:/usr/games​:/usr/java/jdk1.6.0_07
  PERLBREW_BASHRC_VERSION=0.43
  PERLBREW_HOME=/home/explorer/.perlbrew
  PERLBREW_MANPATH=/home/explorer/perl5/perlbrew/perls/perl-5.16.2/man
  PERLBREW_PATH=/home/explorer/perl5/perlbrew/bin​:/home/explorer/perl5/perlbrew/perls/perl-5.16.2/bin
  PERLBREW_PERL=perl-5.16.2
  PERLBREW_ROOT=/home/explorer/perl5/perlbrew
  PERLBREW_VERSION=0.54
  PERLDOC_POD2=en
  PERL_BADLANG (unset)
  SHELL=/bin/bash

@p5pRT
Copy link
Author

p5pRT commented Jan 3, 2013

From @jkeenan

On Wed Jan 02 15​:00​:13 2013, explorer wrote​:

This is a bug report for perl from explorer@​joaquinferrero.com,
generated with the help of perlbug 1.39 running under perl 5.16.2.

-----------------------------------------------------------------
589,590c589,590
< However if you'd like to override that just for perl then execute
< something like the following in F<perl>​:
---

However if you'd like to override that just for perl then execute
then
execute something like the following in F<perl>​:

("then execute", twice)

Thanks for catching that. I applied a slightly different wording in
commit 877637f.

Thank you very much.
Jim Keenan

@p5pRT
Copy link
Author

p5pRT commented Jan 3, 2013

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jan 3, 2013

@jkeenan - Status changed from 'open' to 'resolved'

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