CAS database name [CAS] CAS Host machine for database server [localhost] localhost User to log into database [CAS_query] CAS_query Password to access database [local_passwd] local_passwd default group for new users [100] 100 Debug value for this installation [0] 0 Default session timeout in seconds [900] 900 Username for primary CAS administrator [admin] admin Administrators email address [casadmin@mycompany.com] casadmin@mycompany.com Administrators phone # [555-1212] 555-1212 The CAS configuration file has been written. You should review the configuration file and make any edits needed. Where do you want the CAS config file installed? [/etc/] /etc/ Checking if your kit is complete... Looks good Writing Makefile for CAS The makefile has been generated. Please note that the CAS database must be installed and all privileges on that database granted to the user identified in the configuration file before make test or make install can be run sucessfully. If during the final installation steps the CAS core client (ID: 1) is not found in the database, that client and the administrative user will be added to the database. Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/CAS/DB.pm blib\lib\CAS\DB.pm cp lib/CAS/User.pm blib\lib\CAS\User.pm cp lib/CAS.pm blib\lib\CAS.pm cp lib/CAS/Messaging.pm blib\lib\CAS\Messaging.pm cp lib/CAS/Config.pm blib\lib\CAS\Config.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-load..............1..5 ok 1 - use CAS::Messaging; ok 2 - use CAS::DB; ok 3 - use CAS::Config; ok 4 - use CAS; ok 5 - use CAS::User; ok t/01-database..........1..3 Couldn't open CAS config file c:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CAS.yaml: 2 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CAS\blib\lib/CAS/Config.pm line 155. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/02-client............1..7 ok 1 - Fail on invalid CLIENT_ID Couldn't open CAS config file c:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CAS.yaml: 2 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CAS\blib\lib/CAS/Config.pm line 155. # Looks like you planned 7 tests but only ran 3. # Looks like your test died just after 3. ok 2 - Fail on invalid CLIENT_NAME ok 3 - Fail on invalid CLIENT_DOMAIN dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-7 Failed 4/7 tests, 42.86% okay t/03-user..............1..20 Couldn't open CAS config file c:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CAS.yaml: 2 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CAS\blib\lib/CAS/Config.pm line 155. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-20 Failed 20/20 tests, 0.00% okay t/04-authentication....1..7 Couldn't open CAS config file c:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CAS.yaml: 2 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CAS\blib\lib/CAS/Config.pm line 155. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/05-authorization.....1..28 Couldn't open CAS config file c:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CAS.yaml: 2 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CAS\blib\lib/CAS/Config.pm line 155. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-28 Failed 28/28 tests, 0.00% okay t/06-administration....1..0 # Skip Admin methodology not settled yet skipped all skipped: Admin methodology not settled yet t/boilerplate..........1..6 ok 1 - README contains no boilerplate text couldn't open Changes for reading: No such file or directory at t/boilerplate.t line 9. # Looks like you planned 6 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t/pod-coverage.........1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod..................1..5 ok 1 - blib\lib\CAS.pm ok 2 - blib\lib\CAS\Config.pm ok 3 - blib\lib\CAS\DB.pm ok 4 - blib\lib\CAS\Messaging.pm ok 5 - blib\lib\CAS\User.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-database.t 255 65280 3 6 1-3 t/02-client.t 255 65280 7 8 4-7 t/03-user.t 255 65280 20 40 1-20 t/04-authentication.t 255 65280 7 14 1-7 t/05-authorization.t 255 65280 28 56 1-28 t/boilerplate.t 255 65280 6 10 2-6 2 tests skipped. Failed 6/10 test scripts. 67/81 subtests failed. Files=10, Tests=81, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 6/10 test programs. 67/81 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.