in reply to Perl Google Sheets API Install Problems
What I found, is that in the t/04_auth/04_oauth2.t test file, there's a query that looks like it adds a field that the test file wasn't expecting.
The repository appears to be a bit problematic and I don't have time to sort it out currently, but you can add the following line:
hd => '',
...on lines 78, 108 and 134 of that test file, then run:
perl Makefile.PL make make test make install
You can download the distribution from here.
Knowing that these three test failures are not significant and won't cause any harm, you can also install from CPAN with force (which isn't something one should normally do):
cpanm -f Net::Google::DataAPI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Google Sheets API Install Problems
by jamesk (Initiate) on Aug 08, 2019 at 09:21 UTC | |
by stevieb (Canon) on Aug 08, 2019 at 20:49 UTC | |
by jamesk (Initiate) on Aug 09, 2019 at 13:28 UTC | |
by stevieb (Canon) on Aug 09, 2019 at 19:32 UTC | |
by doug (Pilgrim) on Mar 06, 2020 at 15:59 UTC |