Skip Menu |

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

Report information
The Basics
Id: 7779
Status: open
Priority: 0/
Queue: Tie-Google

People
Owner: Nobody in particular
Requestors: thomaspazhartman [...] fastmail.fm
Cc:
AdminCc:

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



Subject: nmake TieGoogle fails, Tie-Google-0.03.tar.gz
WinXP, ActiveState Perl, Google::NET installed successfully. TieGoogle, couldn't install. Makefile.pl was okay. Then ran nmake, got error *************************** if [ "x9OtpJjRQFHK+JpkB20fY6smo0uP+xsIv" != "x" ]; then if [ -e '9OtpJjRQFHK+JpkB20fY6smo0uP+xsIv' ]; then cat '9OtpJjRQFHK+JpkB20fY6smo0uP+xsIv' > .googlekey; else echo '9OtpJjRQFHK+JpkB20fY6smo0uP+xsIv' > .googlekey; fi; else touch .googlekey; fi ***************************
From: thomaspazhartman [...] fastmail.fm
[guest - Mon Sep 27 07:53:05 2004]: This is thomaspazhartman again. Sorry, should have writtten above was a syntax error.
[guest - Mon Sep 27 07:53:05 2004]: Show quoted text
> WinXP, ActiveState Perl, Google::NET installed successfully. > > TieGoogle, couldn't install. Makefile.pl was okay. Then ran nmake,
This tests uses Bourne shell syntax, and won't work on machines without a Bourne shell (like WinXP). I'll add a check for $^O !~ /win32/ or something similar in the test.
From: thomaspazhartman
This is my first perl bug report and I'm really impressed both with the overall cpan universe and the fast response :) Will your fix get nmake install on win32 working as well? thanks [DARREN - Mon Sep 27 08:56:30 2004]: Show quoted text
> [guest - Mon Sep 27 07:53:05 2004]: >
> > WinXP, ActiveState Perl, Google::NET installed successfully. > > > > TieGoogle, couldn't install. Makefile.pl was okay. Then ran nmake,
> > This tests uses Bourne shell syntax, and won't work on machines > without > a Bourne shell (like WinXP). I'll add a check for $^O !~ /win32/ or > something similar in the test.
From: thomaspazhartman
[guest - Mon Sep 27 09:21:55 2004]: Specifically, nmake install gives the same syntax error as nmake test.
[guest - Mon Sep 27 09:21:55 2004]: Show quoted text
> This is my first perl bug report and I'm really impressed both > with the overall cpan universe and the fast response :)
Hey, cool. Show quoted text
> Will your fix get > > nmake install > > on win32 working as well?
I'm hoping so. Just to be sure, you're going to be my tester. :) If I mail you a tarball of 0.04, can you try it out on your WinXP box? (darren)
From: thomaspazhartman
Absolutely! Show quoted text
> If I mail you a tarball of 0.04, can you try it out on your WinXP > box?