Skip Menu |

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

Report information
The Basics
Id: 28683
Status: new
Priority: 0/
Queue: Net-Google-SafeBrowsing-UpdateRequest

People
Owner: Nobody in particular
Requestors: tom@eborcom.com (no email address)
Cc:
AdminCc:

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



Subject: Test case may not use the correct perl executable
t/01-updater.t contains the following: my $updater = 'perl ./blocklist_updater'; I have several perl binaries on my machine, but this picks up the first one in my $PATH. Instead of using 'perl', you could use $^X to pick up the same binary I'm using at the time. Tom Hukins