Created
March 28, 2011 15:46
-
-
Save wchristian/890693 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CPAN.pm: Going to build L/LE/LEONT/ExtUtils-Helpers-0.001.tar.gz | |
CPAN: CPAN::Reporter loaded ok (v1.1902) | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::Helpers | |
Writing MYMETA.yml and MYMETA.json | |
(C:\Perl10\bin\perl.exe Makefile.PL INSTALLDIRS=site exited with 0) | |
CPAN::Reporter: Makefile.PL result is 'pass', No errors. | |
cp lib/ExtUtils/Helpers.pm blib\lib\ExtUtils\Helpers.pm | |
(C:\Perl10\site\bin\dmake.exe exited with 0) | |
CPAN::Reporter: C:\Perl10\site\bin\dmake.exe result is 'pass', No errors. | |
LEONT/ExtUtils-Helpers-0.001.tar.gz | |
C:\Perl10\site\bin\dmake.exe -- OK | |
Running make test | |
C:\Perl10\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t | |
String found where operator expected at (eval 4) line 36, near "qr/\\.plx?/' unless exists $opts{stripsuffix}; | |
unless (exists $opts{out}) { | |
$opts{out} = $opts{in}; | |
$opts{out} =~ s/$opts{stripsuffix}$//i; | |
$opts{out} .= '" | |
(Might be a runaway multi-line '' string starting on line 31) | |
WARNING: Unable to convert file 'test_exec.pl' to an executable script: | |
Undefined subroutine &ExtUtils::Helpers::pl2bat called at (eval 4) line 10. | |
'test_exec' is not recognized as an internal or external command, | |
operable program or batch file. | |
# Failed test 'test_exec.bat executed successfully' | |
# at t/make_executable.t line 29. | |
# got: '256' | |
# expected: '0' | |
# Looks like you failed 1 test of 2. | |
t/make_executable.t ....... | |
Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/2 subtests | |
t/release-kwalitee.t ...... skipped: these tests are for release candidate testing | |
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing | |
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing | |
String found where operator expected at (eval 4) line 36, near "qr/\\.plx?/' unless exists $opts{stripsuffix}; | |
unless (exists $opts{out}) { | |
$opts{out} = $opts{in}; | |
$opts{out} =~ s/$opts{stripsuffix}$//i; | |
$opts{out} .= '" | |
(Might be a runaway multi-line '' string starting on line 31) | |
Undefined subroutine &ExtUtils::Helpers::split_like_shell called at t/split_like_shell.t line 77. | |
# Looks like your test exited with 255 before it could output anything. | |
t/split_like_shell.t ...... | |
Dubious, test returned 255 (wstat 65280, 0xff00) | |
Failed 78/78 subtests | |
Test Summary Report | |
------------------- | |
t/make_executable.t (Wstat: 256 Tests: 2 Failed: 1) | |
Failed test: 2 | |
Non-zero exit status: 1 | |
t/split_like_shell.t (Wstat: 65280 Tests: 0 Failed: 0) | |
Non-zero exit status: 255 | |
Parse errors: Bad plan. You planned 78 tests but ran 0. | |
Files=5, Tests=2, 397 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) | |
Result: FAIL | |
Failed 2/5 test programs. 1/2 subtests failed. | |
dmake.exe: Error code 255, while making 'test_dynamic' | |
(C:\Perl10\site\bin\dmake.exe test exited with 65280) | |
CPAN::Reporter: Test result is 'fail', One or more tests failed. | |
CPAN::Reporter: preparing a CPAN Testers report for ExtUtils-Helpers-0.001 | |
CPAN::Reporter: sending test report with 'fail' via Metabase | |
LEONT/ExtUtils-Helpers-0.001.tar.gz | |
C:\Perl10\site\bin\dmake.exe test -- NOT OK | |
//hint// to see the cpan-testers results for installing this module, try: | |
reports LEONT/ExtUtils-Helpers-0.001.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment