Created
September 10, 2010 16:06
-
-
Save wchristian/573897 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
Microsoft Windows XP [Version 5.1.2600] | |
(C) Copyright 1985-2001 Microsoft Corp. | |
D:\tr>cpan | |
cpan shell -- CPAN exploration and modules installation (v1.9402) | |
Enter 'h' for help. | |
cpan[1]> install Devel::CheckLib | |
Devel-CheckLib-0.7/ | |
Devel-CheckLib-0.7/README | |
Devel-CheckLib-0.7/lib/ | |
Devel-CheckLib-0.7/lib/Devel/ | |
Devel-CheckLib-0.7/lib/Devel/CheckLib.pm | |
Devel-CheckLib-0.7/META.yml | |
Devel-CheckLib-0.7/Makefile.PL | |
Devel-CheckLib-0.7/MANIFEST | |
Devel-CheckLib-0.7/t/ | |
Devel-CheckLib-0.7/t/exit_with_message.t | |
Devel-CheckLib-0.7/t/dash-l-libs.t | |
Devel-CheckLib-0.7/t/multi-word-compiler.t | |
Devel-CheckLib-0.7/t/headers.t | |
Devel-CheckLib-0.7/t/found.t | |
Devel-CheckLib-0.7/t/00-load.t | |
Devel-CheckLib-0.7/t/cmdline-LIBS-INC.t | |
Devel-CheckLib-0.7/t/bad-single-word-compiler.t | |
Devel-CheckLib-0.7/t/lib/ | |
Devel-CheckLib-0.7/t/lib/Helper.pm | |
Devel-CheckLib-0.7/t/coverage.sh | |
Devel-CheckLib-0.7/t/custom-function.t | |
Devel-CheckLib-0.7/t/not_found.t | |
Devel-CheckLib-0.7/t/inc/ | |
Devel-CheckLib-0.7/t/inc/headerfile.h | |
Devel-CheckLib-0.7/bin/ | |
Devel-CheckLib-0.7/bin/use-devel-checklib | |
Devel-CheckLib-0.7/VMS-notes | |
Devel-CheckLib-0.7/CHANGES | |
Devel-CheckLib-0.7/TODO | |
CPAN.pm: Going to build M/MA/MATTN/Devel-CheckLib-0.7.tar.gz | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Devel::CheckLib | |
(C:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site exited with 0) | |
CPAN::Reporter: Makefile.PL result is 'pass', No errors. | |
cp lib/Devel/CheckLib.pm blib\lib\Devel\CheckLib.pm | |
C:\Perl\bin\perl.exe -MExtUtils::Command -e "cp" -- bin/use-devel-checklib blib\script\use-devel-checklib | |
pl2bat.bat blib\script\use-devel-checklib | |
(c:\MinGW\dmake\dmake.exe exited with 0) | |
CPAN::Reporter: c:\MinGW\dmake\dmake.exe result is 'pass', No errors. | |
MATTN/Devel-CheckLib-0.7.tar.gz | |
c:\MinGW\dmake\dmake.exe -- OK | |
Running make test | |
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t | |
t/00-load.t ................... ok | |
Subroutine STORE redefined at C:/Perl/lib/Config_heavy.pl line 1249. | |
t/bad-single-word-compiler.t .. ok | |
t/cmdline-LIBS-INC.t .......... skipped: Couldn't build a library to test against | |
t/custom-function.t ........... skipped: Couldn't build a library to test against | |
t/dash-l-libs.t ............... skipped: Couldn't build a library to test against | |
t/exit_with_message.t ......... ok | |
t/found.t ..................... ok | |
t/headers.t ................... ok | |
Subroutine STORE redefined at C:/Perl/lib/Config_heavy.pl line 1249. | |
%Config::Config is read-only | |
# Looks like your test exited with 2 before it could output anything. | |
t/multi-word-compiler.t ....... | |
Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 1/1 subtests | |
t/not_found.t ................. ok | |
Test Summary Report | |
------------------- | |
t/multi-word-compiler.t (Wstat: 512 Tests: 0 Failed: 0) | |
Non-zero exit status: 2 | |
Parse errors: Bad plan. You planned 1 tests but ran 0. | |
Files=10, Tests=26, 7 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU) | |
Result: FAIL | |
Failed 1/10 test programs. 0/26 subtests failed. | |
dmake.exe: Error code 255, while making 'test_dynamic' | |
(c:\MinGW\dmake\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 Devel-CheckLib-0.7 | |
CPAN::Reporter: this appears to be a duplicate report for the test phase: | |
FAIL Devel-CheckLib-0.7 MSWin32-x86-multi-thread 5.00 | |
Test report will not be sent. | |
MATTN/Devel-CheckLib-0.7.tar.gz | |
c:\MinGW\dmake\dmake.exe test -- NOT OK | |
//hint// to see the cpan-testers results for installing this module, try: | |
reports MATTN/Devel-CheckLib-0.7.tar.gz | |
Running make install | |
make test had returned bad status, won't install without force | |
Failed during this command: | |
MATTN/Devel-CheckLib-0.7.tar.gz : make_test NO | |
cpan[2]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment