Name | Version | Status | Module date | PPM date | Stage |
---|---|---|---|---|---|
B-Flags | 0.04 | WARN | 2011-10-07 21:59:23 | testing | |
Links: | CPAN | CPAN Testers | CPANTS | Kobesearch | RT | CPAN::Forum | ||||
Error Log | |||||
# search for const(PV 'lead') in &foo::baz # const B::SVOP # const->sv B::IV # pad[B::PV Turn lead into gold in a sub]/t4 # const B::SVOP # const->sv B::IV # pad[B::PV lead]/t5 # B::IV=SCALAR(0x1a8d6a4) # changed 'lead' into 'gold' # search for const(PV 'bad') in ANON &CODE(0x19d7624) # changed 'bad' into 'good' # found first add # search for const(IV 30) after the add # found const(IV 30) # changed add - const(IV 30) into 13 Use of uninitialized value in concatenation (.) or string at t/svclasses.t line 14. -e syntax OK |
|||||
Message Log | |||||
cp lib/B/Generate.pm blib\lib\B\Generate.pm C:\bin\dev\perl\bin\perl.exe C:\bin\dev\perl\lib\ExtUtils\xsubpp -typemap C:\bin\dev\perl\lib\ExtUtils\typemap -typemap typemap Generate.xs > Generate.xsc && C:\bin\dev\perl\bin\perl.exe -MExtUtils::Command -e "mv" -- Generate.xsc Generate.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DPERL_CUSTOM_OPS -DPERL_CUSTOM_OPCODES -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" "-IC:\bin\dev\perl\lib\CORE" Generate.c Generate.c Generate.xs(308) : warning C4101: 'value' : unreferenced local variable Generate.xs(332) : warning C4101: 'value' : unreferenced local variable Generate.xs(477) : warning C4090: 'function' : different 'const' qualifiers Generate.xs(477) : warning C4024: 'Perl_custom_op_name' : different types for formal and actual parameter 2 Generate.c(650) : warning C4101: 'RETVAL' : unreferenced local variable Generate.xs(868) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data Generate.c(1142) : warning C4101: 'RETVAL' : unreferenced local variable Generate.xs(898) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data Generate.c(1176) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(1738) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data Generate.c(1764) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data Generate.c(1918) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(1938) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(1979) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(2379) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data Generate.c(2458) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(2529) : warning C4101: 'RETVAL' : unreferenced local variable Running Mkbootstrap for B::Generate () C:\bin\dev\perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 Generate.bs C:\bin\dev\perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"B::Generate\", 'DLBASE' => 'Generate', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\B\Generate\Generate.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\bin\dev\perl\lib\CORE" -machine:x86 Generate.obj C:\bin\dev\perl\lib\CORE\perl58.lib 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 msvcrt.lib -def:Generate.def Creating library blib\arch\auto\B\Generate\Generate.lib and object blib\arch\auto\B\Generate\Generate.exp if exist blib\arch\auto\B\Generate\Generate.dll.manifest mt -nologo -manifest blib\arch\auto\B\Generate\Generate.dll.manifest -outputresource:blib\arch\auto\B\Generate\Generate.dll;2 if exist blib\arch\auto\B\Generate\Generate.dll.manifest del blib\arch\auto\B\Generate\Generate.dll.manifest C:\bin\dev\perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 755 blib\arch\auto\B\Generate\Generate.dll C:\bin\dev\perl\bin\perl.exe -MExtUtils::Command -e "cp" -- Generate.bs blib\arch\auto\B\Generate\Generate.bs C:\bin\dev\perl\bin\perl.exe -MExtUtils::Command -e "chmod" -- 644 blib\arch\auto\B\Generate\Generate.bs C:\bin\dev\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/basic.t ......... ok t/const.t ......... ok t/find_cv.t ....... ok t/new_cv.t ........ skipped: no cv_clone t/op_list.t ....... ok t/op_list_bgen.t .. ok t/scope.t ......... ok t/svclasses.t ..... ok All tests successful. Files=8, Tests=23, 53 wallclock secs ( 0.27 usr + 0.17 sys = 0.44 CPU) Result: PASS |
Perl 5.8:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Perl 5.10:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Perl 5.12:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Perl 5.14:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z