perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

BBC: Blead Breaks Module::Info

Open cjg-cguevara opened this issue 1 year ago • 2 comments

This is a bug report for perl from "Carlos Guevara" [email protected], generated with the help of perlbug 1.43 running under perl 5.39.8.


BBC: Blead Breaks Module::Info

Please see http://fast-matrix.cpantesters.org/?dist=Module::Info


Flags

  • category=core
  • severity=low

Perl configuration

Site configuration information for perl 5.39.8:

Configured by cpan at Wed Feb 21 00:15:03 EST 2024.

Summary of my perl5 (revision 5 version 39 subversion 8) configuration:
  Commit id: 7f755800ce119b4f019cabf3be362bbd8ca268ca
  Platform:
    osname=openbsd
    osvers=7.4
    archname=OpenBSD.amd64-openbsd
    uname='openbsd cjg-openbsd7 7.4 generic#2 amd64 '
    config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_MONETARY -DNO_LOCALE_TIME -DNO_LOCALE_MESSAGES -DLIBC_HANDLES_MISMATCHED_CTYPE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2'
    cppflags='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_MONETARY -DNO_LOCALE_TIME -DNO_LOCALE_MESSAGES -DLIBC_HANDLES_MISMATCHED_CTYPE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='OpenBSD Clang 13.0.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib/clang/13.0.0/lib /usr/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.97.1
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags='-DPIC -fPIC '
    lddlflags='-shared -fPIC  -L/usr/local/lib -fstack-protector-strong'


---
@INC for perl 5.39.8:
    /home/cpan/bin/perl/lib/site_perl/5.39.8/OpenBSD.amd64-openbsd
    /home/cpan/bin/perl/lib/site_perl/5.39.8
    /home/cpan/bin/perl/lib/5.39.8/OpenBSD.amd64-openbsd
    /home/cpan/bin/perl/lib/5.39.8

---
Environment for perl 5.39.8:
    HOME=/home/cpan
    LANG (unset)
    LANGUAGE (unset)
    LC_ALL=C
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/home/cpan/bin/perl/bin:/home/cpan/bin:/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL_BADLANG (unset)
    SHELL=/usr/local/bin/bash

cjg-cguevara avatar Feb 21 '24 05:02 cjg-cguevara

Possibly following https://github.com/Perl/perl5/commit/351de214d258a4953da5633b4faa6b77e00f68e2 ("Issue deprecation warnings on subsequent use VERSION declarations").

richardleach avatar Feb 21 '24 09:02 richardleach

I believe #22016 should fix this.

haarg avatar Feb 21 '24 15:02 haarg

I believe #22016 should fix this.

Confirmed with core commit 5f7bafd3f.

jkeenan avatar Feb 22 '24 12:02 jkeenan