Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS Tie-InSecureHash-1.03 v5.10.1 GNU/Linux
Date: 2015-03-28T06:48:07Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Kieren Diment,
This is a computer-generated report for Tie-InSecureHash-1.03
on perl 5.10.1, created by CPAN-Reporter-1.2011.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/bbbike/perl-5.10.1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..274
Ambiguous call resolved as CORE::keys(), qualify as such or use & at /home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib/Tie/InSecureHash.pm line 213.
Ambiguous call resolved as CORE::keys(), qualify as such or use & at /home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib/Tie/InSecureHash.pm line 230.
Ambiguous call resolved as CORE::each(), qualify as such or use & at /home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib/Tie/InSecureHash.pm line 239.
ok 1
CAN'T DECLARE FIELDS WITHOUT CLASS
ok 2
ok 3
ok 4
CAN DECLARE FIELDS OF THIS CLASS
ok 5
ok 6
ok 7
CAN DECLARE FIELDS IN A GLOB
ok 8
ok 9
ok 10
ok 11
CAN'T DECLARE FIELDS OF ANOTHER CLASS
ok 12
ok 13
ok 14
CAN ACCESS ALL FIELDS OF THIS CLASS EXPLICITLY
ok 15
ok 16
ok 17
CAN ACCESS ALL FIELDS OF THIS CLASS IMPLICITLY
ok 18
ok 19
ok 20
CAN'T ACCESS NON-EXISTENT FIELDS OF THIS CLASS IMPLICITLY
ok 21
ok 22
ok 23
CAN ACCESS NON_EXISTENT FIELDS OF THIS CLASS EXPLICITY (CREATES THEM)
ok 24
ok 25
ok 26
SO NOW THEY EXIST FOR IMPLICIT ACCESSES AS WELL
ok 27
ok 28
ok 29
STILL CAN'T DECLARE FIELDS WITHOUT CLASS
ok 30
ok 31
ok 32
CAN DECLARE FIELDS OF THIS CLASS
ok 33
ok 34
ok 35
CAN'T DECLARE FIELDS OF PARENT CLASS
ok 36
ok 37
ok 38
CAN ACCESS ALL FIELDS OF THIS CLASS EXPLICITLY
ok 39
ok 40
ok 41
CAN ACCESS ALL FIELDS OF THIS CLASS IMPLICITLY
ok 42
ok 43
ok 44
CAN ACCESS NON-PRIVATE FIELDS OF PARENT CLASS EXPLICITLY
ok 45
ok 46
ok 47
CAN ACCESS NON-PRIVATE FIELDS OF PARENT CLASS IMPLICITLY
ok 48
ok 49
ok 50
CAN 'OVERRIDE' FIELDS OF PARENT CLASS
ok 51
ok 52
ok 53
NON-PRIVATE FIELDS OF PARENT UNCHANGED
ok 54
ok 55
BUT NOW IMPLICIT ACCESS FINDS OVERRIDDEN VERSIONS
ok 56
ok 57
SETTING UP AN AMBIGUITY
ok 58
ok 59
ok 60
EXPLICIT NON-PRIVATE FIELDS OF ANCESTORS ARE ACCESSIBLE
ok 61
ok 62
ok 63
ok 64
IMPLICIT ACCESS IS OKAY, IF IT ISN'T AMBIGUOUS
ok 65
ok 66
FROM A CLASS, THE GLOBALLY AMBIGUOUS MAY BE LOCALLY UNAMBIGUOUS
ok 67
ok 68
ok 69
STILL CAN'T DECLARE FIELDS WITHOUT CLASS
ok 70
ok 71
ok 72
CAN DECLARE FIELDS IN main NAMESPACE
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
SETTING UP AN AMBIGUITY
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
ok 88
ok 89
ok 90
ok 91
CAN'T DECLARE FIELDS OF ANOTHER CLASS
ok 92
ok 93
ok 94
CAN ACCESS PUBLIC FIELDS OF ANOTHER CLASS EXPLICITLY
ok 95
ok 96
ok 97
CAN ACCESS UNAMBIGUOUS PUBLIC FIELDS IMPLICITLY
ok 98
ok 99
ok 100
CAN ACCESS AMBIGUOUS FIELDS IMPLICITLY IF IN SAME CLASS
ok 101
ok 102
ok 103
CAN'T ACCESS NON-EXISTENT FIELDS OF THIS CLASS IMPLICITLY
ok 104
ok 105
ok 106
CAN ACCESS NON_EXISTENT FIELDS OF THIS CLASS EXPLICITY (CREATES THEM)
ok 107
ok 108
ok 109
SO NOW THEY EXIST FOR IMPLICIT ACCESSES AS WELL
ok 110
ok 111
ok 112
SETTING UP AMBIGUOUS MULTIPLE INHERITANCE
ok 113
ok 114
SETTING UP AMBIGUOUS MULTIPLE INHERITANCE
ok 115
ok 116
SETTING UP AMBIGUOUS MULTIPLE INHERITANCE
ok 117
ok 118
THE PUBLICLY AMBIGUOUS IS NOW EVERYWHERE AMBIGUOUS
ok 119
ok 120
ok 121
UNLESS DEFINED IN THE CURRENT CLASS
ok 122
ok 123
MULTIPLE INHERITANCE OKAY WITH EXPLICIT KEYS
ok 124
ok 125
ok 126
ok 127
MULTIPLE INHERITANCE AMBIGUITY WHEN IMPLICIT
ok 128
ok 129
NO MULTIPLE INHERITANCE AMBIGUITY
(EXACT MATCH IN CURRENT CLASS)
ok 130
ok 131
NO MULTIPLE INHERITANCE AMBIGUITY
(EXACT MATCH IN CURRENT CLASS)
ok 132
ok 133
NO MULTIPLE INHERITANCE AMBIGUITY FOR PROTECTED KEY
(ONLY CURRENT CLASS AND PARENT CLASSES CONSIDERED)
ok 134
MULTIPLE INHERITANCE AMBIGUITY PUBLIC KEY
(ALL CLASSES CONSIDERED)
ok 135
NO MULTIPLE INHERITANCE AMBIGUITY
(EXACT MATCH IN CURRENT CLASS)
ok 136
ok 137
CAN DELETE OR CLEAR ACCESSIBLE KEYS
ok 138
ok 139
ok 140
ok 141
ok 142
CAN CHECK FOR EXISTENCE (INACCESSIBLE KEYS CONSIDERED NON-EXISTENT)
ok 143
ok 144
ok 145
ok 146
ok 147
ok 148
ok 149
ok 150
ok 151
ok 152
ok 153
ok 154
ok 155
ok 156
ok 157
ok 158
ok 159
ok 160
CAN ITERATE (THROUGH ACCESSIBLE KEYS ONLY)
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (_protected_c,)
ok 161
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (Parent::_protected_p,)
ok 162
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (ambiguous,)
ok 163
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (main::__private_m_ne,)
ok 164
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (main::_protected_m_ne,)
ok 165
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (::_ambiguous,)
ok 166
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (Parent::public_p,)
ok 167
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (__private_c,)
ok 168
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (::ambiguous,)
ok 169
each returned: (something,else)
ok 170
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (__private_m_ne2,)
ok 171
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (main::public_m_ne,)
ok 172
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (__ambiguous,)
ok 173
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (_protected_m_ne2,)
ok 174
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (_ambiguous,)
ok 175
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (_public_m_ne2,)
ok 176
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (::__ambiguous,)
ok 177
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (public_c,)
ok 178
Use of uninitialized value $value in concatenation (.) or string at test.pl line 343.
each returned: (Parent::__private_p,)
ok 179
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (_protected_c,)
ok 180
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (Parent::_protected_p,)
ok 181
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (ambiguous,)
ok 182
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (main::__private_m_ne,)
ok 183
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (main::_protected_m_ne,)
ok 184
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (::_ambiguous,)
ok 185
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (Parent::public_p,)
ok 186
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (__private_c,)
ok 187
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (::ambiguous,)
ok 188
each returned: (something,else)
ok 189
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (__private_m_ne2,)
ok 190
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (main::public_m_ne,)
ok 191
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (__ambiguous,)
ok 192
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (_protected_m_ne2,)
ok 193
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (_ambiguous,)
ok 194
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (_public_m_ne2,)
ok 195
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (::__ambiguous,)
ok 196
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (public_c,)
ok 197
Use of uninitialized value $value in concatenation (.) or string at test.pl line 349.
each returned: (Parent::__private_p,)
ok 198
each returned: _protected_c
ok 199
each returned: Parent::_protected_p
ok 200
each returned: ambiguous
ok 201
each returned: main::__private_m_ne
ok 202
each returned: main::_protected_m_ne
ok 203
each returned: ::_ambiguous
ok 204
each returned: Parent::public_p
ok 205
each returned: __private_c
ok 206
each returned: ::ambiguous
ok 207
each returned: something
ok 208
each returned: __private_m_ne2
ok 209
each returned: main::public_m_ne
ok 210
each returned: __ambiguous
ok 211
each returned: _protected_m_ne2
ok 212
each returned: _ambiguous
ok 213
each returned: _public_m_ne2
ok 214
each returned: ::__ambiguous
ok 215
each returned: public_c
ok 216
each returned: Parent::__private_p
ok 217
CAN GET ACCESSIBLE KEYS
keys returned: _protected_c
ok 218
keys returned: Parent::_protected_p
ok 219
keys returned: ambiguous
ok 220
keys returned: main::__private_m_ne
ok 221
keys returned: main::_protected_m_ne
ok 222
keys returned: ::_ambiguous
ok 223
keys returned: Parent::public_p
ok 224
keys returned: __private_c
ok 225
keys returned: ::ambiguous
ok 226
keys returned: something
ok 227
keys returned: __private_m_ne2
ok 228
keys returned: main::public_m_ne
ok 229
keys returned: __ambiguous
ok 230
keys returned: _protected_m_ne2
ok 231
keys returned: _ambiguous
ok 232
keys returned: _public_m_ne2
ok 233
keys returned: ::__ambiguous
ok 234
keys returned: public_c
ok 235
keys returned: Parent::__private_p
ok 236
CAN GET ACCESSIBLE VALUES (OO STYLE)
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 237
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 238
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 239
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 240
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 241
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 242
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 243
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 244
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 245
values returned: else
ok 246
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 247
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 248
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 249
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 250
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 251
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 252
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 253
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 254
Use of uninitialized value $value in concatenation (.) or string at test.pl line 371.
values returned:
ok 255
CAN ITERATE (THROUGH ACCESSIBLE KEYS ONLY)
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (_protected_c,)
ok 256
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (Parent::_protected_p,)
ok 257
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (ambiguous,)
ok 258
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (main::__private_m_ne,)
ok 259
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (main::_protected_m_ne,)
ok 260
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (::_ambiguous,)
ok 261
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (Parent::public_p,)
ok 262
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (__private_c,)
ok 263
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (::ambiguous,)
ok 264
each returned (something,else)
ok 265
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (__private_m_ne2,)
ok 266
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (main::public_m_ne,)
ok 267
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (__ambiguous,)
ok 268
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (_protected_m_ne2,)
ok 269
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (_ambiguous,)
ok 270
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (_public_m_ne2,)
ok 271
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (::__ambiguous,)
ok 272
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (public_c,)
ok 273
Use of uninitialized value $Other::value in concatenation (.) or string at test.pl line 381.
each returned (Parent::__private_p,)
ok 274
CAN'T ACCESS AMBIGUOUS FIELDS IMPLICITLY
ok 275
ok 276
ok 277
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.04
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
DBIC_NO_WARN_BAD_PERL = 1
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/arch:/home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 13352
PERL5_CPAN_IS_RUNNING = 13352
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 8636,13352
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1001/_Ip1qeb5wV_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1001
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.10.1/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 109 1001
$EGID = 1001 109 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.05
CPAN::Meta 2.150001
Cwd 3.47
ExtUtils::CBuilder 0.280219
ExtUtils::Command 1.16
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.04
ExtUtils::Manifest 1.68
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4211
Module::Signature 0.73
Parse::CPAN::Meta 1.4414
Test::Harness 3.35
Test::More 1.001014
YAML 1.14
YAML::Syck 1.29
version 0.9912
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
uname='linux eserte 3.2.0-4-amd64 #1 smp debian 3.2.60-1+deb7u3 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.10.1'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.13.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Aug 18 2014 20:38:33
%ENV:
PERL5LIB="/home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/arch:/home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="13352"
PERL5_CPAN_IS_RUNNING="13352"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="8636,13352"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1001/_Ip1qeb5wV_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
@INC:
/home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/arch
/home/eserte/.cpan/build/Tie-InSecureHash-1.05-TwHcFe/blib/lib
/opt/perl-5.10.1/lib/5.10.1/x86_64-linux
/opt/perl-5.10.1/lib/5.10.1
/opt/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux
/opt/perl-5.10.1/lib/site_perl/5.10.1
.