Writing Makefile for Finance::Bank::Postbank cp lib/Finance/Bank/Postbank.pm blib/lib/Finance/Bank/Postbank.pm cp lib/Finance/Bank/Postbank/Account.pm blib/lib/Finance/Bank/Postbank/Account.pm Manifying blib/man3/Finance::Bank::Postbank.3 Manifying blib/man3/Finance::Bank::Postbank::Account.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-api-account..................1..10 ok 1 - use Finance::Bank::Postbank::Account; ok 2 - Finance::Bank::Postbank::Account->can(...) ok 3 - Setting new value via accessor number ok 4 - Resetting new value via accessor number ok 5 - Setting new value via accessor balance ok 6 - Resetting new value via accessor balance ok 7 - Setting new value via accessor balance_prev ok 8 - Resetting new value via accessor balance_prev ok 9 - Setting new value via accessor transactions ok 10 - Resetting new value via accessor transactions ok t/01-api-postbank.................1..4 ok 1 - use Finance::Bank::Postbank; ok 2 - Finance::Bank::Postbank->can(...) ok 3 - Accessor agent() ok 4 - Accessor agent() ok t/02-form-login...................1..7 ok 1 - use Finance::Bank::Postbank; # HTTP Code 501 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:02 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # # 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:02 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # ok 2 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 3 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 4 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 5 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 6 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 7 - Maintenance handling ok 5/7 skipped: Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) t/03-login-logout.................1..3 ok 1 - use Finance::Bank::Postbank; # HTTP Code 501 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:04 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # # 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:04 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # ok 2 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 3 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 2/3 skipped: Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) t/04-form-accountstatement........1..10 ok 1 - use Finance::Bank::Postbank; # HTTP Code 501 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:05 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # # 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:05 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # ok 2 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 3 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 4 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 5 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 6 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 7 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 8 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 9 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 10 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 9/10 skipped: Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) t/05-parse-numbers................1..22 ok 1 - use Finance::Bank::Postbank::Account; ok 2 - Parsing 1,00 works ok 3 - Parsing 1,10 works ok 4 - Parsing 1.000,00 works ok 5 - Parsing 1.000,00 works ok 6 - Parsing 9.999.999,00 works ok 7 - Parsing 9.999.999,01 works ok 8 - Parsing 0,00 works ok 9 - Parsing 1,10 works ok 10 - Parsing -1,10 works ok 11 - Parsing -99,00 works ok 12 - Parsing -1.000,15 works ok 13 - Checking for invalid numbers ok 14 - Checking for invalid numbers ok 15 - Checking for invalid numbers ok 16 - Parsing 01.01.1999 works ok 17 - Parsing 01.01.9999 works ok 18 - Parsing 09.01.1111 works ok 19 - Parsing 99.01.1000 works ok 20 - Checking for invalid dates ok 21 - Checking for invalid dates ok 22 - Checking for invalid dates ok t/06-parse-accountstatement.......1..10 ok 1 - use Finance::Bank::Postbank::Account; ok 2 - Passing file parameter ok 3 - Existing account number gets verified ok 4 - Empty account number gets filled ok 5 - Passing no parameter ok 6 - Passing bogus content ok 7 - Passing other bogus content ok 8 - Passing no summary in content ok 9 - Parsing from memory works ok 10 - Parsing from file works ok t/07-account-numbers..............1..8 ok 1 - use Finance::Bank::Postbank; # HTTP Code 501 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:08 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # # 501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed) # Content-Type: text/plain # Client-Date: Sun, 15 Jul 2007 02:13:08 GMT # Client-Warning: Internal response # # LWP will support https URLs if the Crypt::SSLeay module is installed. # More information at . # ok 2 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 3 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) ok 4 # skip Didn't get a connection to https://banking.postbank.de/anfang.jsp(LWP: 501) # Looks like you planned 8 tests but only ran 4. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 5-8 Failed 4/8 tests, 50.00% okay (less 3 skipped tests: 1 okay, 12.50%) t/08-transactions-since...........1..26 ok 1 - use Finance::Bank::Postbank::Account; ok 2 - Capping transactions at 20030112 ok 3 - Capping transactions at 20030111 ok 4 - Capping transactions at 20030105 ok 5 - Capping transactions at 20030104 ok 6 - Capping transactions at 20030103 ok 7 - Capping transactions at empty string ok 8 - Capping transactions at undef ok 9 - Capping transactions at empty string ok 10 - Capping transactions at undef ok 11 - Transactions today for 20030104 ok 12 - Transactions today for 20030111 ok 13 - Bogus start date (1.1.1999) ok 14 - Bogus end date (1.1.1999) ok 15 - Bogus start date (01/01/1999) ok 16 - Bogus end date (01/01/1999) ok 17 - Bogus start date (1/01/1999) ok 18 - Bogus end date (1/01/1999) ok 19 - Bogus start date (1999011) ok 20 - Bogus end date (1999011) ok 21 - Bogus start date (foo) ok 22 - Bogus end date (foo) ok 23 - Bogus start date (foo1) ok 24 - Bogus end date (foo1) ok 25 - Bogus start date (19990101foo) ok 26 - Bogus end date (19990101foo) ok t/09-retrieve-accountstatement....1..7 Can't locate Test/MockObject.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Finance-Bank-Postbank/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Finance-Bank-Postbank/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at t/09-retrieve-accountstatement.t line 4. BEGIN failed--compilation aborted at t/09-retrieve-accountstatement.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/99-Pod..........................1..1 Undefined subroutine &main::pod_ok called at t/99-Pod.t line 22. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed 3/11 test scripts, 72.73% okay. 12/108 subtests failed, 88.89% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/07-account-numbers.t 4 1024 8 8 100.00% 5-8 t/09-retrieve-accountstatement.t 2 512 7 14 200.00% 1-7 t/99-Pod.t 255 65280 1 2 200.00% 1 19 subtests skipped. make: *** [test_dynamic] Error 2