Skip Menu |

This queue is for tickets about the Kwiki CPAN distribution.

Report information
The Basics
Id: 7051
Status: new
Priority: 0/
Queue: Kwiki

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.31
  • 0.32
Fixed in: (no value)



Subject: Backslash found where operator expected at (eval 20) line 1, near "Kwiki\"
C:\pache\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch' ile.t t\formatter1.t t\formatter2.t t\formatter3.t t\compile.......# Failed test (t\compile.t at line 11) t\compile.......NOK 1Backslash found where operator expected at (eval 13) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 2Backslash found where operator expected at (eval 14) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 3Backslash found where operator expected at (eval 15) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 4Backslash found where operator expected at (eval 16) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 5Backslash found where operator expected at (eval 17) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 6Backslash found where operator expected at (eval 18) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 7Backslash found where operator expected at (eval 19) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 8Backslash found where operator expected at (eval 20) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 9Backslash found where operator expected at (eval 21) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 10Backslash found where operator expected at (eval 22) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 11Backslash found where operator expected at (eval 23) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 12Backslash found where operator expected at (eval 24) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 13Backslash found where operator expected at (eval 25) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 14Backslash found where operator expected at (eval 26) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 15Backslash found where operator expected at (eval 27) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 16Backslash found where operator expected at (eval 28) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 17Backslash found where operator expected at (eval 29) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 18Backslash found where operator expected at (eval 30) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 19Backslash found where operator expected at (eval 31) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 20Backslash found where operator expected at (eval 32) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 21Backslash found where operator expected at (eval 33) line 1, near "Kwiki\" t\compile.......NOK 22# Failed test (t\compile.t at line 11) Backslash found where operator expected at (eval 34) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 23Backslash found where operator expected at (eval 35) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 24Backslash found where operator expected at (eval 36) line 1, near "Kwiki\" Backslash found where operator expected at (eval 36) line 1, near "Template\" # Failed test (t\compile.t at line 11) t\compile.......NOK 25Backslash found where operator expected at (eval 37) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 26Backslash found where operator expected at (eval 38) line 1, near "Kwiki\" Backslash found where operator expected at (eval 38) line 1, near "Theme\" # Failed test (t\compile.t at line 11) t\compile.......NOK 27Backslash found where operator expected at (eval 39) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 28Backslash found where operator expected at (eval 40) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 29Backslash found where operator expected at (eval 41) line 1, near "Kwiki\" # Failed test (t\compile.t at line 11) t\compile.......NOK 30# Looks like you failed 30 tests of 30. t\compile.......dubious Test returned status 30 (wstat 7680, 0x1e00) DIED. FAILED tests 1-30 Failed 30/30 tests, 0.00% okay t\formatter1....ok t\formatter2....ok t\formatter3....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\compile.t 30 7680 30 30 100.00% 1-30 Failed 1/4 test scripts, 75.00% okay. 30/57 subtests failed, 47.37% okay. NMAKE : fatal error U1077: 'C:\pache\Perl\bin\perl.exe' : return code '0xff' Stop. You have this problem in Spoon as well. Solution, replace $name =~ s/^lib\/(.*)\.pm$/$1/; $name =~ s/\//::/g; with $name = substr $name, 4, -3; $name =~ s/[^a-zA-Z0-9_]/::/g;