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

pod file minor edits #2363

Closed
p5pRT opened this issue Aug 15, 2000 · 1 comment
Closed

pod file minor edits #2363

p5pRT opened this issue Aug 15, 2000 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Aug 15, 2000

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

Searchable as RT3691$

@p5pRT
Copy link
Author

p5pRT commented Aug 15, 2000

From lvirden@cas.org

Created by lvirden@cas.org

This is a bug report for perl from lvirden@​cas.org,
generated with the help of perlbug 1.31 running under perl v5.6.0.

-----------------------------------------------------------------
I found the following patches necessary so that a make all check in the pods
directory built clean.

Inline Patch
--- perldiag.pod-dist	Tue Aug 15 06:27:38 2000
+++ perldiag.pod	Tue Aug 15 06:32:30 2000
@@ -559,6 +559,6 @@
 
-=item Can't do {n,m} with n > m at <HERE< in regex m/%s/
+=item Can't do {n,m} with n E<gt> m at E<lt> HERE E<lt> in regex m/%s/
 
 (F) Minima must be less than or equal to maxima. If you really want your
-regexp to match something 0 times, just put {0}. The <HERE< shows in the
+regexp to match something 0 times, just put {0}. The E<lt> HERE E<lt> shows in the
 regular expression about where the problem was discovered. See L<perlre>.
@@ -1381,6 +1381,6 @@
 
-=item Quantifier follows nothing at <HERE< in regex m/%s/
+=item Quantifier follows nothing at E<lt> HERE E<lt> in regex m/%s/
 
 (F) You started a regular expression with a quantifier. Backslash it if you
-meant it literally. The <HERE< shows in the regular expression about where the
+meant it literally. The E<lt> HERE E<lt> shows in the regular expression about where the
 problem was discovered. See L<perlre>.
@@ -1631,6 +1631,6 @@
 
-=item Internal disaster at <HERE< in regex m/%s/
+=item Internal disaster at E<lt> HERE E<lt> in regex m/%s/
 
 (P) Something went badly wrong in the regular expression parser.
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
 discovered.
@@ -1647,5 +1647,5 @@
 
-=item Internal urp at <HERE< in regex m/%s/
+=item Internal urp at E<lt> HERE E<lt> in regex m/%s/
 
-(P) Something went badly awry in the regular expression parser. The <HERE<
+(P) Something went badly awry in the regular expression parser. The E<lt> HERE E<lt>
 shows in the regular expression about where the problem was discovered.
@@ -1755,8 +1755,8 @@
 
-=item Lookbehind longer than %d not implemented at <HERE< in reges m/%s/
+=item Lookbehind longer than %d not implemented at E<lt> HERE E<lt> in reges m/%s/
 
 (F) There is currently a limit on the length of string which lookbehind can
-handle. This restriction may be eased in a future release. The <HERE< shows in
+handle. This restriction may be eased in a future release. The E<lt> HERE E<lt> shows in
 the regular expression about where the problem was discovered.
-       
+
 =item Malformed PERLLIB_PREFIX
@@ -1937,6 +1937,6 @@
 
-=item Nested quantifiers at <HERE< in regex m/%s/
+=item Nested quantifiers at E<lt> HERE E<lt> in regex m/%s/
 
 (F) You can't quantify a quantifier without intervening parentheses. So
-things like ** or +* or ?* are illegal. The <HERE< shows in the regular
+things like ** or +* or ?* are illegal. The E<lt> HERE E<lt> shows in the regular
 expression about where the problem was discovered.
@@ -2706,9 +2706,9 @@
 
-=item Quantifier in {,} bigger than %d at <HERE< in regex m/%s/
+=item Quantifier in {,} bigger than %d at E<lt> HERE E<lt> in regex m/%s/
 
 (F) There is currently a limit to the size of the min and max values of the
-{min,max} construct. The <HERE< shows in the regular expression about where
+{min,max} construct. The E<lt> HERE E<lt> shows in the regular expression about where
 the problem was discovered. See L<perlre>.
 
-=item Quantifier unexpected on zero-length expression at <HERE< in regex m/%s/
+=item Quantifier unexpected on zero-length expression at E<lt> HERE E<lt> in regex m/%s/
 
@@ -2780,3 +2780,3 @@
 
-=item Reference to nonexistant group at <HERE< in regex m/%s/
+=item Reference to nonexistant group at E<lt> HERE E<lt> in regex m/%s/
 
@@ -2787,3 +2787,3 @@
 
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
 discovered.
@@ -2892,5 +2892,5 @@
 
-=item Sequence (? incomplete at <HERE< mark in regex m/%s/
+=item Sequence (? incomplete at E<lt> HERE E<lt> mark in regex m/%s/
 
-(F) A regular expression ended with an incomplete extension (?. The <HERE<
+(F) A regular expression ended with an incomplete extension (?. The E<lt> HERE E<lt>
 shows in the regular expression about where the problem was discovered. See
@@ -2903,12 +2903,12 @@
 
-=item Sequence (?%s...) not implemented at <HERE< mark in regex m/%s/
+=item Sequence (?%s...) not implemented at E<lt> HERE E<lt> mark in regex m/%s/
 
 (F) A proposed regular expression extension has the character reserved but
-has not yet been written. The <HERE< shows in the regular expression about
+has not yet been written. The E<lt> HERE E<lt> shows in the regular expression about
 where the problem was discovered. See L<perlre>.
 
-=item Sequence (?%s...) not recognized at <HERE< mark in regex m/%s/
+=item Sequence (?%s...) not recognized at E<lt> HERE E<lt> mark in regex m/%s/
 
 (F) You used a regular expression extension that doesn't make sense.
-The <HERE< shows in the regular expression about
+The E<lt> HERE E<lt> shows in the regular expression about
 where the problem was discovered. 
@@ -3100,3 +3100,3 @@
 
-=item Switch (?(condition)... contains too many branches at <HERE< in regex m/%s/
+=item Switch (?(condition)... contains too many branches at E<lt> HERE E<lt> in regex m/%s/
 
@@ -3109,9 +3109,9 @@
 
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
 discovered. See L<perlre>.
 
-=item Switch condition not recognized at <HERE< in regex m/%s/
+=item Switch condition not recognized at E<lt> HERE E<lt> in regex m/%s/
 
 (F) If the argument to the (?(...)if-clause|else-clause) construct is a
-number, it can be only a number. The <HERE< shows in the regular expression
+number, it can be only a number. The E<lt> HERE E<lt> shows in the regular expression
 about where the problem was discovered. See L<perlre>.
@@ -3393,3 +3393,3 @@
 
-=item Unknown switch condition (?(%.2s at <HERE< in regex m/%s/
+=item Unknown switch condition (?(%.2s at E<lt> HERE E<lt> in regex m/%s/
 
@@ -3401,3 +3401,3 @@
 
-The <HERE< shows in the regular expression about where the problem was
+The E<lt> HERE E<lt> shows in the regular expression about where the problem was
 discovered.  See L<perlre>.
@@ -3417,3 +3417,3 @@
 
-=item unmatched [ at <HERE< mark in regex m/%s/
+=item unmatched [ at E<lt> HERE E<lt> mark in regex m/%s/
 
@@ -3421,6 +3421,6 @@
 include a closing bracket in a character class, backslash it or put it
-first. See L<perlre>. The <HERE< shows in the regular expression about
+first. See L<perlre>. The E<lt> HERE E<lt> shows in the regular expression about
 where the escape was discovered.
 
-=item unmatched ( in regexp at <HERE< mark in regex m/%s/
+=item unmatched ( in regexp at E<lt> HERE E<lt> mark in regex m/%s/
 
@@ -3456,3 +3456,3 @@
 
-=item Unrecognized escape \\%c passed through at <HERE< in m/%s/
+=item Unrecognized escape \\%c passed through at E<lt> HERE E<lt> in m/%s/
 
@@ -3461,3 +3461,3 @@
 a C<'>-delimited regular expression. The character was understood
-literally. The <HERE< shows in the regular expression about where the escape
+literally. The E<lt> HERE E<lt> shows in the regular expression about where the escape
 was discovered.
@@ -3750,6 +3750,6 @@
 
-=item Variable length lookbehind not implemented at <HERE< in regex m/%s/
+=item Variable length lookbehind not implemented at E<lt> HERE E<lt> in regex m/%s/
 
 (F) Lookbehind is allowed only for subexpressions whose length is fixed and
-known at compile time. The <HERE< shows in the regular expression about where
+known at compile time. The E<lt> HERE E<lt> shows in the regular expression about where
 the problem was discovered.
--- perlos2.pod-dist	Tue Aug 15 06:28:12 2000
+++ perlos2.pod	Tue Aug 15 06:28:43 2000
@@ -117,3 +117,3 @@
       SEE ALSO 
-  
+
 =head1 DESCRIPTION
Perl Info

Flags:
    category=docs
    severity=low

Site configuration information for perl v5.6.0:

Configured by lwv26 at Mon Aug 14 12:48:16 EDT 2000.

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=solaris, osvers=2.6, archname=sun4-solaris
    uname='sunos lwv26awu 5.6 generic_105181-20 sun4u sparc sunw,ultra-5_10 '
    config_args=''
    hint=previous, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define 
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='cc', optimize='-g', gccversion=, gccosandvers=
    cppflags='-DDEBUGGING -I/projects/gnu/sparc-sun-solaris2.6/include -I/vol/lwv26ldatae/include -I/vol/SUNWspro/SC5.0/include -I/usr/ccs/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    ccflags ='-DDEBUGGING -I/projects/gnu/sparc-sun-solaris2.6/include -I/vol/lwv26ldatae/include -I/vol/SUNWspro/SC5.0/include -I/usr/ccs/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-R/projects/gnu/sparc-sun-solaris2.6/lib:/vol/lwv26ldatae/lib:/vol/SUNWspro/SC5.0/lib:/usr/ccs/lib -L/projects/gnu/sparc-sun-solaris2.6/lib -L/vol/lwv26ldatae/lib -L/vol/SUNWspro/SC5.0/lib -L/usr/ccs/lib '
    libpth=/projects/gnu/sparc-sun-solaris2.6/lib /vol/lwv26ldatae/lib /vol/SUNWspro/SC5.0/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lsec
    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 -R/projects/gnu/sparc-sun-solaris2.6/lib:/vol/lwv26ldatae/lib:/vol/SUNWspro/SC5.0/lib:/usr/ccs/lib -L/projects/gnu/sparc-sun-solaris2.6/lib -L/vol/lwv26ldatae/lib -L/vol/SUNWspro/SC5.0/lib -L/usr/ccs/lib'

Locally applied patches:
    


@INC for perl v5.6.0:
    /home/lwv26/lib/perl5/
    /projects/sprs_lwv/lib/perl5/
    /vol/lwv26ldatae//lib/perl5/5.6.0/sun4-solaris
    /vol/lwv26ldatae//lib/perl5/5.6.0
    /vol/lwv26ldatae//lib/perl5/site_perl/5.6.0/sun4-solaris
    /vol/lwv26ldatae//lib/perl5/site_perl/5.6.0
    /vol/lwv26ldatae//lib/perl5/site_perl
    .


Environment for perl v5.6.0:
    HOME=/home/lwv26
    LANG=C
    LANGUAGE (unset)
    LD_LIBRARY_PATH=/lprod/cas/lib:/usr/dt/lib:/usr/openwin/lib:/usr/lib
    LOGDIR (unset)
    PATH=/vol/SUNWspro/bin:/ldatae/bin:/projects/sprs_lwv/sol26/bin:/projects/sprs_lwv/sol26/bin/mime:/projects/sprs_lwv/sol2/bin:/projects/sprs_lwv/bin:/projects/sprs_lwv/bin/mime:/home/lwv26/bin/D.news:/usr/perl5/bin:/projects/gnu/sparc-sun-solaris2.6/bin:/usr/tcl83/bin:/usr/tcl82/sun4/bin:/usr/tcl82/bin:/projects/xopsrc/sun4/bin:/projects/xopsrc/bin:/usr/atria/bin:/projects/intranet/bin:/projects/clearcase/bin:/vol/tclsrcsol/TclPro1.3/solaris-sparc/bin:/ldata2/teTeX/bin/sparc-sun-solaris2.6:/vol/adobe/Acrobat3/bin:/ldata/bin:/home/lwv26/bin/D.aws:/home/lwv26/bin/sol2:/home/lwv26/bin/D.frontend:/home/lwv26/bin/D.ksh:/cas/test/bin/sun4:/projects/sprs_lwv/bin/sol2:/usr/java1.2/bin:/home/lwv26/bin/sun4:/lprod/cas/bin:/usr/local/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/cas/bin/sun4:/cas/abin/sun4:/cas/X11/sun4/bin:/usr/ccs/bin:/lprod/bin:/usr/sbin:/usr/ucb:/cas/tools/bin/sun4:/cas/X11/sun4/tools/bin:/home/lwv26/bin:/cas/tools/pdbin/sun4:/home/lwv26/bin/D.mistypes:/home/lwv26/bin!
/D!
.toys:/home/lwv26/bin/D.tools:/projects/npd/npdweb/bin-sol2:/vol/tclsrcsol/TclPro/solaris-sparc/bin
    PERL5LIB=/home/lwv26/lib/perl5/:/projects/sprs_lwv/lib/perl5/:
    PERLDOC=-t
    PERLLIB=/home/lwv26/lib/perl:/projects/sprs_lwv/lib/perl:
    PERL_BADLANG (unset)
    SHELL=/bin/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