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

perlmodlib.pod omission #1986

Closed
p5pRT opened this issue May 18, 2000 · 4 comments
Closed

perlmodlib.pod omission #1986

p5pRT opened this issue May 18, 2000 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented May 18, 2000

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

Searchable as RT3259$

@p5pRT
Copy link
Author

p5pRT commented May 18, 2000

From jdg117@elvis.arl.psu.edu

Created by jdg117@elvis.arl.psu.edu

Perhaps this documentation is elsewhere, but I think perlmodlib
should include text similar to Andreas Koenig's once regularly
posted FAQ​:
comp.lang.perl.modules The Perl 5 Module List (Reusable Software)

If developing modules for private internal or project specific use,
that will never be released to the public, then you should ensure
that their names will not clash with any future public module. You
can do this either by using the reserved Local​::* category or by
using a category name that includes an underscore like Foo_Corp​::*.

Hopefully, I've sent this message to the right place. I couldn't find
an email address for documentation issues in any of the pods.

John
groenveld@​acm.org

Perl Info


Site configuration information for perl 5.00503:

Configured by jdg117 at Tue Jan 11 17:19:39 EST 2000.

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=solaris, osvers=2.7, archname=sun4-solaris
    uname='sunos elvis 5.7 generic_106541-08 sun4u sparc sunw,ultra-4 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=define d_sfio=undef
  Compiler:
    cc='gcc -B/usr/ccs/bin/', optimize='-O', gccversion=2.95.2 19991024 (release)
    cppflags='-I/opt/gnu/include'
    ccflags ='-I/opt/gnu/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=16
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin/', ldflags =' -L/opt/gnu/lib'
    libpth=/opt/gnu/lib /lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -R /opt/perl/lib/5.00503/sun4-solaris/CORE'
    cccdlflags='-fPIC', lddlflags='-G -L/opt/gnu/lib'

Locally applied patches:
    


@INC for perl 5.00503:
    /opt/perl/lib/5.00503/sun4-solaris
    /opt/perl/lib/5.00503
    /opt/perl/lib/site_perl/5.005/sun4-solaris
    /opt/perl/lib/site_perl/5.005
    .


@p5pRT
Copy link
Author

p5pRT commented Jun 7, 2000

From [Unknown Contact. See original ticket]

From​: John D Groenveld <jdg117@​elvis.arl.psu.edu>

This is a bug report for perl from jdg117@​elvis.arl.psu.edu,
generated with the help of perlbug 1.26 running under perl 5.00503.

-----------------------------------------------------------------
[Please enter your report here]

Perhaps this documentation is elsewhere, but I think perlmodlib
should include text similar to Andreas Koenig's once regularly
posted FAQ​:
comp.lang.perl.modules The Perl 5 Module List (Reusable Software)

If developing modules for private internal or project specific use,
that will never be released to the public, then you should ensure
that their names will not clash with any future public module. You
can do this either by using the reserved Local​::* category or by
using a category name that includes an underscore like Foo_Corp​::*.

Hopefully, I've sent this message to the right place. I couldn't find
an email address for documentation issues in any of the pods.

John
groenveld@​acm.org

[Please do not change anything below this line]
-----------------------------------------------------------------

---
Site configuration information for perl 5.00503​:

Configured by jdg117 at Tue Jan 11 17​:19​:39 EST 2000.

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration​:
Platform​:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos elvis 5.7 generic_106541-08 sun4u sparc sunw,ultra-4 '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=define d_sfio=undef
Compiler​:
cc='gcc -B/usr/ccs/bin/', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-I/opt/gnu/include'
ccflags ='-I/opt/gnu/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=16
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries​:
ld='gcc -B/usr/ccs/bin/', ldflags =' -L/opt/gnu/lib'
libpth=/opt/gnu/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R /opt/perl/lib/5.00503/sun4-solaris/CORE'
cccdlflags='-fPIC', lddlflags='-G -L/opt/gnu/lib'

Locally applied patches​:

---
@​INC for perl 5.00503​:
/opt/perl/lib/5.00503/sun4-solaris
/opt/perl/lib/5.00503
/opt/perl/lib/site_perl/5.005/sun4-solaris
/opt/perl/lib/site_perl/5.005
.

@p5pRT
Copy link
Author

p5pRT commented Jun 7, 2000

From [Unknown Contact. See original ticket]

This is a bug report for perl from jdg117@​elvis.arl.psu.edu,
generated with the help of perlbug 1.26 running under perl 5.00503.

-----------------------------------------------------------------
[Please enter your report here]

Perhaps this documentation is elsewhere, but I think perlmodlib
should include text similar to Andreas Koenig's once regularly
posted FAQ​:
comp.lang.perl.modules The Perl 5 Module List (Reusable Software)

If developing modules for private internal or project specific use,
that will never be released to the public, then you should ensure
that their names will not clash with any future public module. You
can do this either by using the reserved Local​::* category or by
using a category name that includes an underscore like Foo_Corp​::*.

Hopefully, I've sent this message to the right place. I couldn't find
an email address for documentation issues in any of the pods.

John
groenveld@​acm.org

[Please do not change anything below this line]
-----------------------------------------------------------------

---
Site configuration information for perl 5.00503​:

Configured by jdg117 at Tue Jan 11 17​:19​:39 EST 2000.

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration​:
Platform​:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos elvis 5.7 generic_106541-08 sun4u sparc sunw,ultra-4 '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=define d_sfio=undef
Compiler​:
cc='gcc -B/usr/ccs/bin/', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-I/opt/gnu/include'
ccflags ='-I/opt/gnu/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=16
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries​:
ld='gcc -B/usr/ccs/bin/', ldflags =' -L/opt/gnu/lib'
libpth=/opt/gnu/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R /opt/perl/lib/5.00503/sun4-solaris/CORE'
cccdlflags='-fPIC', lddlflags='-G -L/opt/gnu/lib'

Locally applied patches​:

---
@​INC for perl 5.00503​:
/opt/perl/lib/5.00503/sun4-solaris
/opt/perl/lib/5.00503
/opt/perl/lib/site_perl/5.005/sun4-solaris
/opt/perl/lib/site_perl/5.005
.

1 similar comment
@p5pRT
Copy link
Author

p5pRT commented Jun 7, 2000

From [Unknown Contact. See original ticket]

This is a bug report for perl from jdg117@​elvis.arl.psu.edu,
generated with the help of perlbug 1.26 running under perl 5.00503.

-----------------------------------------------------------------
[Please enter your report here]

Perhaps this documentation is elsewhere, but I think perlmodlib
should include text similar to Andreas Koenig's once regularly
posted FAQ​:
comp.lang.perl.modules The Perl 5 Module List (Reusable Software)

If developing modules for private internal or project specific use,
that will never be released to the public, then you should ensure
that their names will not clash with any future public module. You
can do this either by using the reserved Local​::* category or by
using a category name that includes an underscore like Foo_Corp​::*.

Hopefully, I've sent this message to the right place. I couldn't find
an email address for documentation issues in any of the pods.

John
groenveld@​acm.org

[Please do not change anything below this line]
-----------------------------------------------------------------

---
Site configuration information for perl 5.00503​:

Configured by jdg117 at Tue Jan 11 17​:19​:39 EST 2000.

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration​:
Platform​:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos elvis 5.7 generic_106541-08 sun4u sparc sunw,ultra-4 '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=define d_sfio=undef
Compiler​:
cc='gcc -B/usr/ccs/bin/', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-I/opt/gnu/include'
ccflags ='-I/opt/gnu/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=16
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries​:
ld='gcc -B/usr/ccs/bin/', ldflags =' -L/opt/gnu/lib'
libpth=/opt/gnu/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking​:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R /opt/perl/lib/5.00503/sun4-solaris/CORE'
cccdlflags='-fPIC', lddlflags='-G -L/opt/gnu/lib'

Locally applied patches​:

---
@​INC for perl 5.00503​:
/opt/perl/lib/5.00503/sun4-solaris
/opt/perl/lib/5.00503
/opt/perl/lib/site_perl/5.005/sun4-solaris
/opt/perl/lib/site_perl/5.005
.

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