Skip Menu |

This queue is for tickets about the Net-Google-Spreadsheets CPAN distribution.

Report information
The Basics
Id: 94218
Status: rejected
Priority: 0/
Queue: Net-Google-Spreadsheets

People
Owner: Nobody in particular
Requestors: MGI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Failed make test
I followed the instructions: - created a spreadsheet - set the envt var (note a typo: should be SPREADSHEETS_TITLE (plural) - installed ppit, and set my Google username/password with it (have to set EDITOR) - ran 'make test' Result: Test Summary Report ------------------- t/01_instanciate.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/02_spreadsheet.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/03_worksheet.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/04_cell.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/05_row.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/06_table.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/07_record.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=9, Tests=8, 4 wallclock secs ( 0.02 usr 0.00 sys + 1.62 cusr 0.13 csys = 1.77 CPU) Result: FAIL Failed 7/9 test programs. 0/8 subtests failed. In addition, I ran the first failing test as follows: $ perl -Mblib t/01_instanciate.t Net::Google::AuthSub login failed at /home/marc.girod/.cpan/build/Net-Google-Spreadsheets-0.1501-F_1tXi/blib/lib/Net/Google/Spreadsheets.pm line 42. BEGIN failed--compilation aborted at t/01_instanciate.t line 1. This confirms what I anticipated: that the authentication has not been updated for Google new requirements.
I have to take my report back: I probably gave a wrong password. Got a successful run today. Sorry and Thanks