Skip Menu |

This queue is for tickets about the Finance-Quote CPAN distribution.

Report information
The Basics
Id: 46548
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Finance-Quote

People
Owner: eco [...] ecocode.net
Requestors: stephan.ebelt [...] gmx.net
Cc:
AdminCc:

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



Subject: patch: adjust COMINVEST_URL in Cominvest.pm
t/cominvest.t test fails with the old url and succeeds with this one stephan
Subject: 0001-adjusted-COMINVEST_URL.patch
From 61b86a11bf59b764c4136637985b930c192bea21 Mon Sep 17 00:00:00 2001 From: Stephan Ebelt <ste@shared-files.de> Date: Thu, 28 May 2009 14:54:33 +0200 Subject: [PATCH] adjusted COMINVEST_URL --- lib/Finance/Quote/Cominvest.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Finance/Quote/Cominvest.pm b/lib/Finance/Quote/Cominvest.pm index f0d667f..51328a2 100644 --- a/lib/Finance/Quote/Cominvest.pm +++ b/lib/Finance/Quote/Cominvest.pm @@ -43,7 +43,7 @@ use HTTP::Request::Common; $VERSION = '1.16'; -$COMINVEST_URL = ('http://files.cominvest.de/_fonds_application/FondsInfos/FondsInfos_All_PreiseAktuell_CSVFile.asp?b2b=0&noindex=1&lang=49'); +$COMINVEST_URL = ('http://www.cominvest.de/_applications/fonds_application/FondsInfos/FondsInfos_PreiseAktuell_CSVFile.asp?b2b=0&noindex=1&noindex=1&lang=49'); sub methods { return ( -- 1.5.2.1
Patch applied to 1.16 Thanks Stephan ! -- Erik