Front page | perl.perl5.porters |
Postings from April 2014
[perl #121770] Module::CoreList lists the Win32 module correctly
From:
Steve Hay
Date:
April 30, 2014 12:58
Subject:
[perl #121770] Module::CoreList lists the Win32 module correctly
Message ID:
rt-4.0.18-29237-1398862692-589.121770-75-0@perl.org
# New Ticket Created by Steve Hay
# Please include the string: [perl #121770]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=121770 >
This is a bug report for perl from shay@MELMOTH,
generated with the help of perlbug 1.40 running under perl 5.19.12.
-----------------------------------------------------------------
[Please describe your issue here]
Module::CoreList->first_release('Win32') returns 5.008007, but the Win32 module
first appeared in 5.008004:
https://metacpan.org/source/NWCLARK/perl-5.8.3/win32
http://perl5.git.perl.org/perl.git/commit/b4ad57f4f7fe2aca6dc52ea357ce9be7a7d38769
https://metacpan.org/source/NWCLARK/perl-5.8.4/win32/ext/Win32
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=library
severity=low
module=Module::CoreList
---
Site configuration information for perl 5.19.12:
Configured by shay at Wed Apr 30 12:49:54 2014.
Summary of my perl5 (revision 5 version 19 subversion 12) configuration:
Commit id: adc2d0c9de764f1cb892860df8ecc93dc8909b39
Platform:
osname=MSWin32, osvers=6.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -Od -MD -Zi -DDEBUGGING -DWIN32
-D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE
-D_CRT_NONSTDC_NO_DEPRECATE -DPERL_TEXTMODE_SCRIPTS
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO',
optimize='-Od -MD -Zi -DDEBUGGING',
cppflags='-DWIN32'
ccversion='16.00.40219.01', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug
-libpath:"C:\Dev\Temp\perl51912d\lib\CORE" -machine:x86
"/manifestdependency:type='Win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='*' publicKeyToken='6595b64144ccf1df'
language='*'"'
libpth=\lib
libs=oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib
odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
perllibs=oldnames.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib
version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl519.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug
-libpath:"C:\Dev\Temp\perl51912d\lib\CORE" -machine:x86
"/manifestdependency:type='Win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='*' publicKeyToken='6595b64144ccf1df'
language='*'"'
---
@INC for perl 5.19.12:
C:/Dev/Temp/perl51912d/site/lib
C:/Dev/Temp/perl51912d/lib
.
---
Environment for perl 5.19.12:
HOME (unset)
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Dev\Temp\perl51912d\bin
PERL_BADLANG (unset)
SHELL (unset)
-
[perl #121770] Module::CoreList lists the Win32 module correctly
by Steve Hay