Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 62f9714afe5c83814f85ec488c40f48c > files > 1

perl-Finance-Quote-1.37-2.fc20.src.rpm

--- lib/Finance/Quote/FTfunds.pm
+++ lib/Finance/Quote/FTfunds.pm
@@ -233,7 +233,7 @@
 # Find the currency
 		my $currency;
 		if ($webdoc->content =~
-		m[($code):([A-Z]{3})]  )
+		m[<th>(Price currency)</th><td>([A-Z]{3})</td>]  )
         {
 
 			$currency    = $2;