Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

doc problem in pod2man #1125

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

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

Searchable as RT2084$

p5pRT commented 24 years ago

From mstevens@hermes.imaginet.co.uk

Created by mstevens@hermes.imaginet.co.uk

pod2man can produce the error message​: /usr/bin/pod2man​: Invalid man page - no documentation in Gate.pm

The bug - this error message is not listed in the pod2man man page - a documentation bug.

Perl Info ``` Site configuration information for perl 5.00503: Configured by mstevens at Wed Aug 25 19:55:34 GMT 1999. Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=linux, osvers=2.0.36, archname=i586-linux uname='linux hermes 2.0.36 #2 sun feb 21 15:55:27 est 1999 i586 unknown ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O2', gccversion=2.7.2.3 cppflags='-Dbool=char -DHAS_BOOL -I/usr/local/include' ccflags ='-Dbool=char -DHAS_BOOL -I/usr/local/include' 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 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 -ldbm -ldb -ldl -lm -lc -lposix -lcrypt libc=, 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 5.00503: /opt/lib/perl5/5.00503/i586-linux /opt/lib/perl5/5.00503 /opt/lib/perl5/site_perl/5.005/i586-linux /opt/lib/perl5/site_perl/5.005 . Environment for perl 5.00503: HOME=/home/mstevens LANG=C LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/opt/bin:/usr/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/X11 PERL_BADLANG (unset) SHELL=/usr/bin/zsh ```
p5pRT commented 23 years ago

From The RT System itself

With the change to using Pod​::Man\, this error does not appear any more.