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