Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created February 24, 2015 15:52
Show Gist options
  • Save wchristian/0f18887135396ae71558 to your computer and use it in GitHub Desktop.
Save wchristian/0f18887135396ae71558 to your computer and use it in GitHub Desktop.
d:\cpan\indirect>perl Makefile.PL
Checking if this is gcc 3.4 on Windows trying to link against an import library... no
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for indirect
Writing MYMETA.yml and MYMETA.json
d:\cpan\indirect>dmake
cp lib/indirect.pm blib\lib\indirect.pm
Running Mkbootstrap for indirect ()
"D:\asdasdasdasd\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "indirect.bs"
"D:\asdasdasdasd\perl\bin\perl.exe" "D:\asdasdasdasd\perl\lib\ExtUtils\xsubpp" -typemap "D:\asdasdasdasd\perl\lib\ExtUtils\typemap" indirect.xs > indirect.xsc && "D:\asdasdasdasd\perl\bin\perl.exe" -MExtUtils::Command -e mv -- indirect.xs
c indirect.c
gcc -c -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" "-ID:\asdasdasdasd\perl\l
ib\CORE" indirect.c
"D:\asdasdasdasd\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"indirect\", 'DLBASE' => 'indirect', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
dlltool --def indirect.def --output-exp dll.exp
g++.exe -o blib\arch\auto\indirect\indirect.xs.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"D:\asdasdasdasd\perl\lib\CORE" -L"D:\asdasdasdasd\c\lib" indirect.o "D:\asdasdasdasd\perl\lib\CORE\libperl520.a" -lmoldname -lkernel32 -luser32 -l
gdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp
dlltool --def indirect.def --base-file dll.base --output-exp dll.exp
g++.exe -o blib\arch\auto\indirect\indirect.xs.dll -mdll -s -L"D:\asdasdasdasd\perl\lib\CORE" -L"D:\asdasdasdasd\c\lib" indirect.o "D:\asdasdasdasd\perl\lib\CORE\libperl520.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -
ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp
"D:\asdasdasdasd\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\indirect\indirect.xs.dll
d:\cpan\indirect>dmake test
"D:\asdasdasdasd\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ............... # Testing indirect 0.33, Perl 5.020002, D:\asdasdasdasd\perl\bin\perl.exe
t/00-load.t ............... ok
t/10-args.t ...............
# Failed test 'didn't croak without arguments'
t/10-args.t ............... 1/10 # at t/10-args.t line 28.
# got: 'Modification of a read-only value attempted at (eval 8) line 3.
# '
# expected: ''
# Failed test 'first warning caught without arguments'
# at t/10-args.t line 29.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Warn1" at \(eval \d+\) line \d+)'
# Failed test 'second warning caught without arguments'
# at t/10-args.t line 30.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Warn2" at \(eval \d+\) line \d+)'
# Failed test 'croaks when :fatal is specified'
# at t/10-args.t line 44.
# 'Modification of a read-only value attempted at (eval 12) line 4.
# '
# doesn't match '(?^:^Indirect call of method "new" on object "Croaked" at \(eval \d+\) line \d+)'
# Failed test 'croaks when FATAL is specified'
# at t/10-args.t line 44.
# 'Modification of a read-only value attempted at (eval 14) line 4.
# '
# doesn't match '(?^:^Indirect call of method "new" on object "Croaked" at \(eval \d+\) line \d+)'
# Failed test 'croaks when :Fatal is specified'
# at t/10-args.t line 44.
# 'Modification of a read-only value attempted at (eval 16) line 4.
# '
# doesn't match '(?^:^Indirect call of method "new" on object "Croaked" at \(eval \d+\) line \d+)'
# Failed test 'calls the specified hook'
# at t/10-args.t line 57.
# 'Modification of a read-only value attempted at (eval 18) line 3.
# '
# doesn't match '(?^:^hook:Hooked:new:\(eval\s+\d+\):\d+$)'
# Looks like you failed 7 tests of 10.
t/10-args.t ............... Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/10 subtests
t/11-line.t ...............
t/11-line.t ............... 1/12 # Failed test 'did't croak'
# at t/11-line.t line 34.
# got: 'Modification of a read-only value attempted at (eval 9) line 1, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'correct line numbers'
# at t/11-line.t line 36.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = '1'
# Failed test 'did't croak'
# at t/11-line.t line 34.
# got: 'Modification of a read-only value attempted at (eval 14) line 1, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'correct line numbers'
# at t/11-line.t line 36.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = '1'
# Failed test 'did't croak'
# at t/11-line.t line 34.
# got: 'Modification of a read-only value attempted at (eval 17) line 1, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'correct line numbers'
# at t/11-line.t line 36.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = '1'
# Failed test 'did't croak'
# at t/11-line.t line 34.
# got: 'Modification of a read-only value attempted at (eval 20) line 1, <DATA> chunk 4.
# '
# expected: ''
# Failed test 'correct line numbers'
# at t/11-line.t line 36.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = '1'
# Looks like you failed 8 tests of 12.
t/11-line.t ............... Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/12 subtests
t/12-env.t ................ ok
t/20-good.t ............... Modification of a read-only value attempted at t/20-good.t line 91.
t/20-good.t ............... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 962/962 subtests
t/21-bad.t ................ 1/1360
# Failed test 'no indirect: $obj = new Empty;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 13) line 1, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 21) line 1, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 29) line 2, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty if 0;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 38) line 1, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty if 0;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 46) line 1, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty if 0;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 54) line 2, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty();
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 63) line 1, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty();
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 71) line 1, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty();
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 79) line 2, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty(1);
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 88) line 1, <DATA> chunk 4.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty(1);
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 96) line 1, <DATA> chunk 4.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty(1);
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 104) line 2, <DATA> chunk 4.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty(1, 2);
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 113) line 1, <DATA> chunk 5.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty(1, 2);
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 121) line 1, <DATA> chunk 5.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty(1, 2);
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 129) line 2, <DATA> chunk 5.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 138) line 1, <DATA> chunk 6.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 146) line 1, <DATA> chunk 6.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 154) line 2, <DATA> chunk 6.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty ( ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 163) line 1, <DATA> chunk 7.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty ( ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 171) line 1, <DATA> chunk 7.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
t/21-bad.t ................ 101/1360
# Failed test 'no indirect, spaces: $
# obj = new Empty ( ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 179) line 2, <DATA> chunk 7.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty ( 1 ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 188) line 1, <DATA> chunk 8.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty ( 1 ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 196) line 1, <DATA> chunk 8.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty ( 1 ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 204) line 2, <DATA> chunk 8.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new Empty ( 1 , 2 ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 213) line 1, <DATA> chunk 9.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new NotEmpty ( 1 , 2 ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 221) line 1, <DATA> chunk 9.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new Empty ( 1 , 2 ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 229) line 2, <DATA> chunk 9.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new
# Empty
# ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 238) line 1, <DATA> chunk 10.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new
# NotEmpty
# ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 246) line 1, <DATA> chunk 10.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new
# Empty
# ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 254) line 2, <DATA> chunk 10.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new
# Empty (
# ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 263) line 1, <DATA> chunk 11.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new
# NotEmpty (
# ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 271) line 1, <DATA> chunk 11.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new
# Empty (
# ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 279) line 2, <DATA> chunk 11.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj =
# new
# Empty ( 1
# ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 288) line 2, <DATA> chunk 12.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj =
# new
# NotEmpty ( 1
# ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 296) line 2, <DATA> chunk 12.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj =
# new
# Empty ( 1
# ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 304) line 3, <DATA> chunk 12.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj =
# new
# Empty
# ( 1 ,
# 2 ) ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 313) line 2, <DATA> chunk 13.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj =
# new
# NotEmpty
# ( 1 ,
# 2 ) ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 321) line 2, <DATA> chunk 13.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj =
# new
# Empty
# ( 1 ,
# 2 ) ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 329) line 3, <DATA> chunk 13.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 338) line 1, <DATA> chunk 14.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 346) line 1, <DATA> chunk 14.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 354) line 2, <DATA> chunk 14.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x();
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 363) line 1, <DATA> chunk 15.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x();
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 371) line 1, <DATA> chunk 15.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x();
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 379) line 2, <DATA> chunk 15.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x('foo');
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 388) line 1, <DATA> chunk 16.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x('foo');
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 396) line 1, <DATA> chunk 16.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x('foo');
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 404) line 2, <DATA> chunk 16.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x qq{foo}, 1;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 413) line 1, <DATA> chunk 17.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x qq{foo}, 1;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 421) line 1, <DATA> chunk 17.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x qq{foo}, 1;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 429) line 2, <DATA> chunk 17.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x qr{foo\s+bar}, 1 .. 1;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 438) line 1, <DATA> chunk 18.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x qr{foo\s+bar}, 1 .. 1;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 446) line 1, <DATA> chunk 18.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x qr{foo\s+bar}, 1 .. 1;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 454) line 2, <DATA> chunk 18.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $x(qw<bar baz>);
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 463) line 1, <DATA> chunk 19.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $x(qw<bar baz>);
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 471) line 1, <DATA> chunk 19.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# x(qw<bar baz>);
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 479) line 2, <DATA> chunk 19.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new
# $_;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 488) line 1, <DATA> chunk 20.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new
# $_;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 496) line 1, <DATA> chunk 20.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new
# $
# _;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 504) line 2, <DATA> chunk 20.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new
# $_ ( );
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 513) line 1, <DATA> chunk 21.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new
# $_ ( );
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 521) line 1, <DATA> chunk 21.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new
# $
# _ ( );
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 529) line 2, <DATA> chunk 21.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $_ qr/foo/ ;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 538) line 1, <DATA> chunk 22.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $_ qr/foo/ ;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 546) line 1, <DATA> chunk 22.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# _ qr/foo/ ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 554) line 2, <DATA> chunk 22.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new $_ qq(bar baz);
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 563) line 1, <DATA> chunk 23.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new $_ qq(bar baz);
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 571) line 1, <DATA> chunk 23.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new $
# _ qq(bar baz);
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 579) line 2, <DATA> chunk 23.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $_;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 588) line 1, <DATA> chunk 24.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $_;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 596) line 1, <DATA> chunk 24.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# _;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 604) line 1, <DATA> chunk 24.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $_ 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 613) line 1, <DATA> chunk 25.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
t/21-bad.t ................ 366/1360
# Failed test 'no indirect, defined: meh $_ 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 621) line 1, <DATA> chunk 25.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# _ 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 629) line 1, <DATA> chunk 25.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $$;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 638) line 1, <DATA> chunk 26.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $$;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 646) line 1, <DATA> chunk 26.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# $
# ;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 654) line 1, <DATA> chunk 26.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $$ 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 663) line 1, <DATA> chunk 27.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $$ 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 671) line 1, <DATA> chunk 27.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# $
# 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 679) line 1, <DATA> chunk 27.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$\$" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $x;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 688) line 1, <DATA> chunk 28.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $x;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 696) line 1, <DATA> chunk 28.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# x;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 704) line 1, <DATA> chunk 28.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $x 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 713) line 1, <DATA> chunk 29.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $x 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 721) line 1, <DATA> chunk 29.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# x 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 729) line 1, <DATA> chunk 29.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $x, 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 738) line 1, <DATA> chunk 30.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $x, 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 746) line 1, <DATA> chunk 30.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# x, 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 754) line 1, <DATA> chunk 30.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $y;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 763) line 1, <DATA> chunk 31.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $y;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 771) line 1, <DATA> chunk 31.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# y;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 779) line 1, <DATA> chunk 31.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $y 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 788) line 1, <DATA> chunk 32.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $y 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 796) line 1, <DATA> chunk 32.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# y 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 804) line 1, <DATA> chunk 32.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $y, 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 813) line 1, <DATA> chunk 33.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $y, 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 821) line 1, <DATA> chunk 33.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# y, 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 829) line 1, <DATA> chunk 33.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $z;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 838) line 1, <DATA> chunk 34.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $z;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 846) line 1, <DATA> chunk 34.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# z;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 854) line 1, <DATA> chunk 34.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $z 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 863) line 1, <DATA> chunk 35.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $z 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 871) line 1, <DATA> chunk 35.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# z 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 879) line 1, <DATA> chunk 35.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh $z, 1, 2;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 888) line 1, <DATA> chunk 36.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh $z, 1, 2;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 896) line 1, <DATA> chunk 36.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh $
# z, 1, 2;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 904) line 1, <DATA> chunk 36.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$z" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package sploosh;
# our $sploosh;
# meh $sploosh::sploosh;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 913) line 1, <DATA> chunk 37.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package sploosh;
# our $sploosh;
# meh $sploosh::sploosh;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 921) line 1, <DATA> chunk 37.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package sploosh;
# our $
# sploosh;
# meh $
# sploosh::sploosh;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 929) line 1, <DATA> chunk 37.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package sploosh;
# our $sploosh;
# meh $sploosh;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 938) line 1, <DATA> chunk 38.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package sploosh;
# our $sploosh;
# meh $sploosh;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 946) line 1, <DATA> chunk 38.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package sploosh;
# our $
# sploosh;
# meh $
# sploosh;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 954) line 1, <DATA> chunk 38.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package sploosh;
# meh $main::bloop;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 963) line 1, <DATA> chunk 39.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$main\:\:bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package sploosh;
# meh $main::bloop;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 971) line 1, <DATA> chunk 39.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$main\:\:bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package sploosh;
# meh $
# main::bloop;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 979) line 1, <DATA> chunk 39.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$main\:\:bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package sploosh;
# meh $bloop;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 988) line 1, <DATA> chunk 40.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package sploosh;
# meh $bloop;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 996) line 1, <DATA> chunk 40.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package sploosh;
# meh $
# bloop;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1004) line 1, <DATA> chunk 40.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package ma;
# meh $bloop;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1013) line 1, <DATA> chunk 41.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package ma;
# meh $bloop;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1021) line 1, <DATA> chunk 41.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package ma;
# meh $
# bloop;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1029) line 1, <DATA> chunk 41.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$bloop" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package sploosh;
# our $sploosh;
# package main;
# meh $sploosh::sploosh;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1038) line 1, <DATA> chunk 42.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package sploosh;
# our $sploosh;
# package main;
# meh $sploosh::sploosh;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1046) line 1, <DATA> chunk 42.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package sploosh;
# our $
# sploosh;
# package main;
# meh $
# sploosh::sploosh;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1054) line 1, <DATA> chunk 42.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$sploosh\:\:sploosh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: new Empty->wut;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1063) line 1, <DATA> chunk 43.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: new NotEmpty->wut;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1071) line 1, <DATA> chunk 43.
# '
# expected: ''
t/21-bad.t ................ 639/1360 # Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: new Empty->wut;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1079) line 1, <DATA> chunk 43.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: new Empty->wut();
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1088) line 1, <DATA> chunk 44.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: new NotEmpty->wut();
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1096) line 1, <DATA> chunk 44.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: new Empty->wut();
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1104) line 1, <DATA> chunk 44.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: new Empty->wut, "Wut";
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1113) line 1, <DATA> chunk 45.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: new NotEmpty->wut, "Wut";
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1121) line 1, <DATA> chunk 45.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: new Empty->wut, "Wut";
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1129) line 1, <DATA> chunk 45.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = EmptyEmpty Empty;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1138) line 1, <DATA> chunk 46.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "EmptyEmpty" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = NotEmptyNotEmpty NotEmpty;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1146) line 1, <DATA> chunk 46.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "NotEmptyNotEmpty" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = EmptyEmpty Empty;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1154) line 2, <DATA> chunk 46.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "EmptyEmpty" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = EmptyEmpty Empty; \# EmptyEmpty Empty
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1163) line 1, <DATA> chunk 47.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "EmptyEmpty" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = NotEmptyNotEmpty NotEmpty; \# NotEmptyNotEmpty NotEmpty
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1171) line 1, <DATA> chunk 47.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "NotEmptyNotEmpty" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = EmptyEmpty Empty; \# EmptyEmpty Empty
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1179) line 2, <DATA> chunk 47.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "EmptyEmpty" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new newnew;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1188) line 1, <DATA> chunk 48.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new newnew;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1196) line 1, <DATA> chunk 48.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new newnew;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1204) line 2, <DATA> chunk 48.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = new newnew; \# new newnew
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1213) line 1, <DATA> chunk 49.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = new newnew; \# new newnew
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1221) line 1, <DATA> chunk 49.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = new newnew; \# new newnew
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1229) line 2, <DATA> chunk 49.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "newnew" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = feh feh;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1238) line 1, <DATA> chunk 50.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = feh feh;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1246) line 1, <DATA> chunk 50.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = feh feh;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1254) line 2, <DATA> chunk 50.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = feh feh; \# feh feh
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1263) line 1, <DATA> chunk 51.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = feh feh; \# feh feh
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1271) line 1, <DATA> chunk 51.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = feh feh; \# feh feh
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1279) line 2, <DATA> chunk 51.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "feh" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: new Empty (meh $x)
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1288) line 1, <DATA> chunk 52.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: new NotEmpty (meh $x)
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1297) line 1, <DATA> chunk 52.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: new Empty (meh $
# x)
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1306) line 1, <DATA> chunk 52.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: Empty->new(meh $x)
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1316) line 1, <DATA> chunk 53.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: NotEmpty->new(meh $x)
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1324) line 1, <DATA> chunk 53.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: Empty->new(meh $
# x)
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1332) line 1, <DATA> chunk 53.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple ${\(new Empty)} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1341) line 1, <DATA> chunk 54.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple ${\(new NotEmpty)} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1349) line 1, <DATA> chunk 54.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple $
# {\(new Empty)} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1357) line 2, <DATA> chunk 54.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple @{[new Empty]} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1366) line 1, <DATA> chunk 55.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple @{[new NotEmpty]} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1374) line 1, <DATA> chunk 55.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple @{[new Empty]} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1382) line 2, <DATA> chunk 55.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple ${\(new $x)} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1391) line 1, <DATA> chunk 56.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple ${\(new $x)} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1399) line 1, <DATA> chunk 56.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple $
# {\(new $
# x)} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1407) line 2, <DATA> chunk 56.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple @{[new $x]} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1416) line 1, <DATA> chunk 57.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple @{[new $x]} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1424) line 1, <DATA> chunk 57.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple @{[new $
# x]} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1432) line 2, <DATA> chunk 57.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple ${\(new $y)} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1441) line 1, <DATA> chunk 58.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple ${\(new $y)} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1449) line 1, <DATA> chunk 58.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple $
# {\(new $
# y)} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1457) line 2, <DATA> chunk 58.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple @{[new $y]} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1466) line 1, <DATA> chunk 59.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple @{[new $y]} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1474) line 1, <DATA> chunk 59.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple @{[new $
# y]} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1482) line 2, <DATA> chunk 59.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple ${\(new $x qq|${\(stuff $y)}|)} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1491) line 1, <DATA> chunk 60.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple ${\(new $x qq|${\(stuff $y)}|)} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1500) line 1, <DATA> chunk 60.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple $
# {\(new $
# x qq|$
# {\(stuff $
# y)}|)} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1509) line 2, <DATA> chunk 60.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple @{[new $x qq|@{[stuff $y]}|]} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1519) line 1, <DATA> chunk 61.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
t/21-bad.t ................ 912/1360 # Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple @{[new $x qq|@{[stuff $y]}|]} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1528) line 1, <DATA> chunk 61.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple @{[new $
# x qq|@{[stuff $
# y]}|]} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1537) line 2, <DATA> chunk 61.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "stuff" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new Empty/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1547) line 1, <DATA> chunk 62.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new NotEmpty/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1555) line 1, <DATA> chunk 62.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new Empty/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1563) line 1, <DATA> chunk 62.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new Empty/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1572) line 1, <DATA> chunk 63.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new NotEmpty/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1580) line 1, <DATA> chunk 63.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new Empty/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1588) line 1, <DATA> chunk 63.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new $x/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1597) line 1, <DATA> chunk 64.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new $x/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1605) line 1, <DATA> chunk 64.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new $
# x/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1613) line 1, <DATA> chunk 64.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new $x/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1622) line 1, <DATA> chunk 65.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new $x/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1630) line 1, <DATA> chunk 65.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new $
# x/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1638) line 1, <DATA> chunk 65.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new $y/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1647) line 1, <DATA> chunk 66.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new $y/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1655) line 1, <DATA> chunk 66.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new $
# y/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1663) line 1, <DATA> chunk 66.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: s/foo/return; new $y/e;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1672) line 1, <DATA> chunk 67.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: s/foo/return; new $y/e;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1680) line 1, <DATA> chunk 67.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: s/foo/return; new $
# y/e;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1688) line 1, <DATA> chunk 67.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2562f2c, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 68.
# Failed test 'no indirect: "foo" =~ /(?{new Empty})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1697) line 1, <DATA> chunk 68.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2563274, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 68.
# Failed test 'no indirect, defined: "foo" =~ /(?{new NotEmpty})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1705) line 1, <DATA> chunk 68.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x25635ec, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 68.
# Failed test 'no indirect, spaces: "foo" =~ /(?{new Empty})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1713) line 1, <DATA> chunk 68.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2563934, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 69.
# Failed test 'no indirect: "foo" =~ /(?{new $x})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1722) line 1, <DATA> chunk 69.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2563c7c, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 69.
# Failed test 'no indirect, defined: "foo" =~ /(?{new $x})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1730) line 1, <DATA> chunk 69.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2563fc4, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 69.
# Failed test 'no indirect, spaces: "foo" =~ /(?{new $
# x})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1738) line 1, <DATA> chunk 69.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x256430c, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 70.
# Failed test 'no indirect: "foo" =~ /(?{new $y})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1747) line 1, <DATA> chunk 70.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x256568c, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 70.
# Failed test 'no indirect, defined: "foo" =~ /(?{new $y})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1755) line 1, <DATA> chunk 70.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x25659d4, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 70.
# Failed test 'no indirect, spaces: "foo" =~ /(?{new $
# y})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1763) line 1, <DATA> chunk 70.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2565d1c, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 71.
# Failed test 'no indirect: "foo" =~ /(??{new Empty})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1772) line 1, <DATA> chunk 71.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2566064, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 71.
# Failed test 'no indirect, defined: "foo" =~ /(??{new NotEmpty})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1780) line 1, <DATA> chunk 71.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x25663ac, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 71.
# Failed test 'no indirect, spaces: "foo" =~ /(??{new Empty})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1788) line 1, <DATA> chunk 71.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2566724, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 72.
# Failed test 'no indirect: "foo" =~ /(??{new $x})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1797) line 1, <DATA> chunk 72.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2566a6c, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 72.
# Failed test 'no indirect, defined: "foo" =~ /(??{new $x})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1805) line 1, <DATA> chunk 72.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2566db4, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 72.
# Failed test 'no indirect, spaces: "foo" =~ /(??{new $
# x})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1813) line 1, <DATA> chunk 72.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x25670fc, Perl interpreter: 0x5f39dc at t/21-bad.t line 82, <DATA> chunk 73.
# Failed test 'no indirect: "foo" =~ /(??{new $y})/;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1822) line 1, <DATA> chunk 73.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x2567474, Perl interpreter: 0x5f39dc at t/21-bad.t line 100, <DATA> chunk 73.
# Failed test 'no indirect, defined: "foo" =~ /(??{new $y})/;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1830) line 1, <DATA> chunk 73.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
Attempt to free unreferenced scalar: SV 0x25677bc, Perl interpreter: 0x5f39dc at t/21-bad.t line 122, <DATA> chunk 73.
# Failed test 'no indirect, spaces: "foo" =~ /(??{new $
# y})/;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1838) line 1, <DATA> chunk 73.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1847) line 1, <DATA> chunk 74.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1855) line 1, <DATA> chunk 74.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh { };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1863) line 1, <DATA> chunk 74.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh {
# 1;
# };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1872) line 1, <DATA> chunk 75.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh {
# 1;
# };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1880) line 1, <DATA> chunk 75.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh {
# 1;
# };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1888) line 1, <DATA> chunk 75.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh {
# 1;
# 1;
# };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1897) line 1, <DATA> chunk 76.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh {
# 1;
# 1;
# };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1905) line 1, <DATA> chunk 76.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh {
# 1;
# 1;
# };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1913) line 1, <DATA> chunk 76.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { new Empty; 1; };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1922) line 1, <DATA> chunk 77.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { new NotEmpty; 1; };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1931) line 1, <DATA> chunk 77.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
t/21-bad.t ................ 1162/1360
# Failed test 'no indirect, spaces: meh { new Empty; 1; };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1940) line 1, <DATA> chunk 77.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { feh $x; 1; };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1950) line 1, <DATA> chunk 78.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { feh $x; 1; };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1959) line 1, <DATA> chunk 78.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh { feh $
# x; 1; };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1968) line 1, <DATA> chunk 78.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { feh $x; use indirect; new Empty; 1; };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 1978) line 1, <DATA> chunk 79.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { feh $x; use indirect; new NotEmpty; 1; };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 1987) line 1, <DATA> chunk 79.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh { feh $
# x; use indirect; new Empty; 1; };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 1996) line 1, <DATA> chunk 79.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { feh $y; 1; };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2006) line 1, <DATA> chunk 80.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { feh $y; 1; };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2015) line 1, <DATA> chunk 80.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh { feh $
# y; 1; };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2024) line 1, <DATA> chunk 80.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '2'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: meh { feh $x; 1; } new Empty, feh $y;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2034) line 1, <DATA> chunk 81.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '4'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 3 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: meh { feh $x; 1; } new NotEmpty, feh $y;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2045) line 1, <DATA> chunk 81.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '4'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "NotEmpty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 3 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: meh { feh $
# x; 1; } new Empty, feh $
# y;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2056) line 1, <DATA> chunk 81.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '4'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Empty" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 3 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: $obj = "apple @{[new { feh $x; meh $y; 1 }]} pear"
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2068) line 1, <DATA> chunk 82.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '3'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: $obj = "apple @{[new { feh $x; meh $y; 1 }]} pear"
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2078) line 1, <DATA> chunk 82.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '3'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: $
# obj = "apple @{[new { feh $
# x; meh $
# y; 1 }]} pear"
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2088) line 2, <DATA> chunk 82.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '3'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "feh" on object "\$x" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 1 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "\$y" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'report 2 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package __PACKAGE_;
# new __PACKAGE_;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2099) line 1, <DATA> chunk 83.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package __PACKAGE_;
# new __PACKAGE_;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2107) line 1, <DATA> chunk 83.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package __PACKAGE_;
# new __PACKAGE_;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2115) line 1, <DATA> chunk 83.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE_" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package __PACKAGE___;
# new __PACKAGE___;
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2124) line 1, <DATA> chunk 84.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE___" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package __PACKAGE___;
# new __PACKAGE___;
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2132) line 1, <DATA> chunk 84.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE___" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package __PACKAGE___;
# new __PACKAGE___;
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2140) line 1, <DATA> chunk 84.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "__PACKAGE___" at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package Hurp;
# new { __PACKAGE__ }; \# Hurp
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2149) line 1, <DATA> chunk 85.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package Hurp;
# new { __PACKAGE__ }; \# Hurp
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2157) line 1, <DATA> chunk 85.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package Hurp;
# new { __PACKAGE__ }; \# Hurp
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2165) line 1, <DATA> chunk 85.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package __PACKAGE_;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2174) line 1, <DATA> chunk 86.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package __PACKAGE_;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2182) line 1, <DATA> chunk 86.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package __PACKAGE_;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2190) line 1, <DATA> chunk 86.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package __PACKAGE__;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2199) line 1, <DATA> chunk 87.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package __PACKAGE__;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2207) line 1, <DATA> chunk 87.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package __PACKAGE__;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2215) line 1, <DATA> chunk 87.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect: package __PACKAGE___;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 82.
# got: 'Modification of a read-only value attempted at (eval 2224) line 1, <DATA> chunk 88.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 83.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 85.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, defined: package __PACKAGE___;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 100.
# got: 'Modification of a read-only value attempted at (eval 2232) line 1, <DATA> chunk 88.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 101.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 103.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect, spaces: package __PACKAGE___;
# new { __PACKAGE__ };
# '
# at t/21-bad.t line 122.
# got: 'Modification of a read-only value attempted at (eval 2240) line 1, <DATA> chunk 88.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/21-bad.t line 123.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/21-bad.t line 125.
# undef
# doesn't match '(?^:^Indirect call of method "new" on a block at \((?:re_)?eval \d+\) line \d+)'
# Failed test 'no indirect "whatever" didn't croak'
# at t/21-bad.t line 138.
# got: 'Modification of a read-only value attempted at (eval 2244) line 1, <DATA> line 88.
# '
# expected: ''
# Failed test 'only one warning'
# at t/21-bad.t line 139.
# got: '0'
# expected: '1'
# Failed test 'no indirect "whatever" enables the pragma'
# at t/21-bad.t line 141.
# undef
# doesn't match '(?^:^Indirect call of method "new" on object "Pkg1")'
# Looks like you failed 831 tests of 1360.
t/21-bad.t ................ Dubious, test returned 254 (wstat 65024, 0xfe00)
Failed 831/1360 subtests
t/22-bad-mixed.t .......... 1/27
# Failed test 'no indirect: meh Empty->new;'
# at t/22-bad-mixed.t line 54.
# got: 'Modification of a read-only value attempted at (eval 12) line 1, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'use indirect, defined: meh NotEmpty->new;'
# at t/22-bad-mixed.t line 67.
# got: 'Modification of a read-only value attempted at (eval 18) line 1, <DATA> chunk 1.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/22-bad-mixed.t line 68.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/22-bad-mixed.t line 69.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "NotEmpty" at \(eval \d+\) line \d+)'
# Failed test 'no indirect: meh Empty->new();'
# at t/22-bad-mixed.t line 54.
# got: 'Modification of a read-only value attempted at (eval 26) line 1, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'use indirect, defined: meh NotEmpty->new();'
# at t/22-bad-mixed.t line 67.
# got: 'Modification of a read-only value attempted at (eval 32) line 1, <DATA> chunk 2.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/22-bad-mixed.t line 68.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/22-bad-mixed.t line 69.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "NotEmpty" at \(eval \d+\) line \d+)'
# Failed test 'no indirect: meh Empty->new, "Wut";'
# at t/22-bad-mixed.t line 54.
# got: 'Modification of a read-only value attempted at (eval 40) line 1, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'use indirect, defined: meh NotEmpty->new, "Wut";'
# at t/22-bad-mixed.t line 67.
# got: 'Modification of a read-only value attempted at (eval 46) line 1, <DATA> chunk 3.
# '
# expected: ''
# Failed test 'correct number of reports'
# at t/22-bad-mixed.t line 68.
# got: '0'
# expected: '1'
# Failed test 'report 0 is correct'
# at t/22-bad-mixed.t line 69.
# undef
# doesn't match '(?^:^Indirect call of method "meh" on object "NotEmpty" at \(eval \d+\) line \d+)'
# Looks like you failed 12 tests of 27.
t/22-bad-mixed.t .......... Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/27 subtests
t/23-bad-notaint.t ........ Modification of a read-only value attempted at t/23-bad-notaint.t line 14.
t/23-bad-notaint.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/30-scope.t .............. Modification of a read-only value attempted at t/30-scope.t line 74.
Attempt to free unreferenced scalar: SV 0x23741d4, Perl interpreter: 0x5638bc at t/30-scope.t line 74.
t/30-scope.t .............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 49/49 subtests
t/31-hints.t .............. ok
t/32-global.t ............. Modification of a read-only value attempted at D:/asdasdasdasd/perl/lib/overload.pm line 1, <DATA> line 1.
Compilation failed in require at D:/asdasdasdasd/perl/lib/Test/Builder.pm line 917, <DATA> line 1.
# Looks like your test exited with 255 before it could output anything.
t/32-global.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/25 subtests
t/40-threads.t ............ # Using threads 1.96
Modification of a read-only value attempted at t/40-threads.t line 19.
t/40-threads.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/41-threads-teardown.t ... # Using threads 1.96
t/41-threads-teardown.t ... 1/3 Modification of a read-only value attempted at -e line 6.
t/41-threads-teardown.t ... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
t/42-threads-global.t ..... # Using threads 1.96
Modification of a read-only value attempted at t/42-threads-global.t line 20.
t/42-threads-global.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/45-memory.t .............
t/45-memory.t ............. 1/1 # Failed test 'memory reallocation to an uncatched optype'
# at t/45-memory.t line 10.
# got: 'Modification of a read-only value attempted at t/lib/indirect/Test0/Oooooo/Pppppppp.pm line 6.
# Compilation failed in require at (eval 8) line 2.
# '
# expected: ''
# Looks like you failed 1 test of 1.
t/45-memory.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/46-stress.t ............. Dubious, test returned 254 (wstat 65024, 0xfe00)
Failed 2000/2000 subtests
t/47-stress-use.t .........
t/47-stress-use.t ......... 1/6 # Failed test 'linear (always use): no errror'
# at t/47-stress-use.t line 34.
# got: 'Modification of a read-only value attempted at (eval 8) line 2.
# '
# expected: ''
# Failed test 'linear (always no): no errror'
# at t/47-stress-use.t line 34.
# got: 'Modification of a read-only value attempted at (eval 11) line 2.
# '
# expected: ''
# Failed test 'linear (mixed): no errror'
# at t/47-stress-use.t line 34.
# got: 'Modification of a read-only value attempted at (eval 14) line 2.
# '
# expected: ''
# Looks like you failed 3 tests of 6.
t/47-stress-use.t ......... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/6 subtests
t/50-external.t ........... Modification of a read-only value attempted at -e line 1.
t/50-external.t ........... 1/6 # Failed test 'RT \#47866'
# at t/50-external.t line 17.
# got: '65280'
# expected: '0'
Modification of a read-only value attempted at -e line 1.
# Failed test 'no semicolon at the end of -e'
# at t/50-external.t line 24.
# got: '65280'
# expected: '512'
# Looks like you failed 2 tests of 6.
t/50-external.t ........... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
(less 2 skipped subtests: 2 okay)
t/51-dd-newlines.t ........ # Using Devel::Declare 0.006017
Modification of a read-only value attempted at t/51-dd-newlines.t line 28.
t/51-dd-newlines.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/91-pod.t ................ # Using Test::Pod 1.48
t/91-pod.t ................ ok
t/92-pod-coverage.t ....... skipped: Could not load Test::Pod::Coverage 1.08
t/93-pod-spelling.t ....... skipped: Could not load Test::Pod::Spelling::CommonMistakes 1.0
t/95-portability-files.t .. skipped: Could not load Test::Portability::Files
Test Summary Report
-------------------
t/10-args.t (Wstat: 1792 Tests: 10 Failed: 7)
Failed tests: 1-3, 5-8
Non-zero exit status: 7
t/11-line.t (Wstat: 2048 Tests: 12 Failed: 8)
Failed tests: 1, 3-4, 6-7, 9-10, 12
Non-zero exit status: 8
t/20-good.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 962 tests but ran 0.
t/21-bad.t (Wstat: 65024 Tests: 1360 Failed: 831)
Failed tests: 3-5, 8-10, 13-15, 18-20, 23-25, 28-30, 33-35
38-40, 43-45, 48-50, 53-55, 58-60, 63-65
68-70, 73-75, 78-80, 83-85, 88-90, 93-95
98-100, 103-105, 108-110, 113-115, 118-120
123-125, 128-130, 133-135, 138-140, 143-145
148-150, 153-155, 158-160, 163-165, 168-170
173-175, 178-180, 183-185, 188-190, 193-195
198-200, 203-205, 208-210, 213-215, 218-220
223-225, 228-230, 233-235, 238-240, 243-245
248-250, 253-255, 258-260, 263-265, 268-270
273-275, 278-280, 283-285, 288-290, 293-295
298-300, 303-305, 308-310, 313-315, 318-320
323-325, 328-330, 333-335, 338-340, 343-345
348-350, 353-355, 358-360, 363-365, 368-370
373-375, 378-380, 383-385, 388-390, 393-395
398-400, 403-405, 408-410, 413-415, 418-420
423-425, 428-430, 433-435, 438-440, 443-445
448-450, 453-455, 458-460, 463-465, 468-470
473-475, 478-480, 483-485, 488-490, 493-495
498-500, 503-505, 508-510, 513-515, 518-520
523-525, 528-530, 533-535, 538-540, 543-545
548-550, 553-555, 558-560, 563-565, 568-570
573-575, 578-580, 583-585, 588-590, 593-595
598-600, 603-605, 608-610, 613-615, 618-620
623-625, 628-630, 633-635, 638-640, 643-645
648-650, 653-655, 658-660, 663-665, 668-670
673-675, 678-680, 683-685, 688-690, 693-695
698-700, 703-705, 708-710, 713-715, 718-720
723-725, 728-730, 733-735, 738-740, 743-745
748-750, 753-755, 758-760, 763-765, 768-771
774-777, 780-783, 786-788, 791-793, 796-798
801-803, 806-808, 811-813, 816-818, 821-823
826-828, 831-833, 836-838, 841-843, 846-848
851-853, 856-858, 861-863, 866-868, 871-873
876-878, 881-883, 886-888, 891-894, 897-900
903-906, 909-912, 915-918, 921-924, 927-929
932-934, 937-939, 942-944, 947-949, 952-954
957-959, 962-964, 967-969, 972-974, 977-979
982-984, 987-989, 992-994, 997-999, 1002-1004
1007-1009, 1012-1014, 1017-1019, 1022-1024
1027-1029, 1032-1034, 1037-1039, 1042-1044
1047-1049, 1052-1054, 1057-1059, 1062-1064
1067-1069, 1072-1074, 1077-1079, 1082-1084
1087-1089, 1092-1094, 1097-1099, 1102-1104
1107-1109, 1112-1114, 1117-1119, 1122-1124
1127-1129, 1132-1134, 1137-1139, 1142-1144
1147-1149, 1152-1155, 1158-1161, 1164-1167
1170-1173, 1176-1179, 1182-1185, 1188-1191
1194-1197, 1200-1203, 1206-1209, 1212-1215
1218-1221, 1224-1229, 1232-1237, 1240-1245
1248-1252, 1255-1259, 1262-1266, 1269-1271
1274-1276, 1279-1281, 1284-1286, 1289-1291
1294-1296, 1299-1301, 1304-1306, 1309-1311
1314-1316, 1319-1321, 1324-1326, 1329-1331
1334-1336, 1339-1341, 1344-1346, 1349-1351
1354-1359
Non-zero exit status: 254
t/22-bad-mixed.t (Wstat: 3072 Tests: 27 Failed: 12)
Failed tests: 3, 7-9, 12, 16-18, 21, 25-27
Non-zero exit status: 12
t/23-bad-notaint.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/30-scope.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 49 tests but ran 0.
t/32-global.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 25 tests but ran 0.
t/40-threads.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/41-threads-teardown.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 1, 3
Non-zero exit status: 2
t/42-threads-global.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/45-memory.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/46-stress.t (Wstat: 65024 Tests: 2000 Failed: 2000)
Failed tests: 1-2000
Non-zero exit status: 254
t/47-stress-use.t (Wstat: 768 Tests: 6 Failed: 3)
Failed tests: 1, 3, 5
Non-zero exit status: 3
t/50-external.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/51-dd-newlines.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=23, Tests=3431, 11 wallclock secs ( 0.38 usr + 0.05 sys = 0.42 CPU)
Result: FAIL
Failed 16/23 test programs. 2866/3431 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
d:\cpan\indirect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment