Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
perl-Finance-Quote
perl-Finance-Quote-goldmoney-decimal-point.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-Finance-Quote-goldmoney-decimal-point.patch of Package perl-Finance-Quote
Index: finance-quote/lib/Finance/Quote/GoldMoney.pm =================================================================== --- finance-quote.orig/lib/Finance/Quote/GoldMoney.pm +++ finance-quote/lib/Finance/Quote/GoldMoney.pm @@ -131,6 +131,7 @@ sub goldmoney { if( $_->as_text =~ /([\d,]*\.\d*)/ ) { $gold_oz = $1; + $gold_oz =~ s/,//; } # assemble final dataset @@ -152,6 +153,7 @@ sub goldmoney { if( $_->as_text =~ /([\d,]*\.\d*)/ ) { $silver_oz = $1; + $silver_oz =~ s/,//; } # assemble final dataset @@ -173,6 +175,7 @@ sub goldmoney { if( $_->as_text =~ /([\d,]*\.\d*)/ ) { $platinum_oz = $1; + $platinum_oz =~ s/,//; } # assemble final dataset
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor