<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,7 +51,7 @@ $YAHOO_CURRENCY_URL = &quot;http://uk.finance.yahoo.com/q?s=&quot;;
                 currency_lookup/;
 @EXPORT_TAGS = ( all =&gt; [@EXPORT_OK]);
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $USE_EXPERIMENTAL_UA = 0;
 </diff>
      <filename>lib/Finance/Quote.pm</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ use HTTP::Request::Common qw(POST);
 use HTML::TableExtract;
 use CGI;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information
 </diff>
      <filename>lib/Finance/Quote/AEX.pm</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 $AIAHK_URL = 'http://www.aia.com.hk/daily/fund_mst_rightb.asp?cat=BR_AC';
 
 </diff>
      <filename>lib/Finance/Quote/AIAHK.pm</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 
 my $ASEGR_URL = 'http://www.ase.gr/content/en/MarketData/Stocks/Prices/Share_SearchResults.asp?';
 </diff>
      <filename>lib/Finance/Quote/ASEGR.pm</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ use HTML::TableExtract;
 
 use vars qw/$ASX_URL $VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $ASX_URL = 'http://www.asx.com.au/asx/markets/priceLookup.do?by=asxCodes&amp;asxCodes=';
 </diff>
      <filename>lib/Finance/Quote/ASX.pm</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information
 my $BMO_URL = 'http://bmonesbittburns.com/QuickQuote/QuickQuote.asp?Symbol=';</diff>
      <filename>lib/Finance/Quote/BMONesbittBurns.pm</filename>
    </modified>
    <modified>
      <diff>@@ -71,7 +71,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TreeBuilder; # Boursorama doesn't put data in table elements anymore but uses &lt;div&gt;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 
 my $Bourso_URL = 'http://www.boursorama.com/recherche/index.phtml';
 </diff>
      <filename>lib/Finance/Quote/Bourso.pm</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Cdnfundlibrary.pm</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ use vars qw/$COMINVEST_URL $VERSION/;
 use LWP::UserAgent;
 use HTTP::Request::Common;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $COMINVEST_URL = ('http://www.cominvest.de/_applications/fonds_application/FondsInfos/FondsInfos_PreiseAktuell_CSVFile.asp?b2b=0&amp;noindex=1&amp;noindex=1&amp;lang=49');
 </diff>
      <filename>lib/Finance/Quote/Cominvest.pm</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ use base 'Exporter';
 use vars qw/@EXPORT_OK $VERSION $YAHOO_CURRENCY_CONV_URL/;
 
 @EXPORT_OK = qw( known_currencies fetch_live_currencies );
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 use HTTP::Request::Common;
 use LWP::UserAgent;</diff>
      <filename>lib/Finance/Quote/Currencies.pm</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@ use warnings;
 
 use vars qw/$VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 sub methods {
 	return(dwsfunds =&gt; \&amp;dwsfunds);</diff>
      <filename>lib/Finance/Quote/DWS.pm</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ use HTML::TableExtract;
 require Crypt::SSLeay;
 
 use vars qw($VERSION);
-$VERSION = '1.16';
+$VERSION = '1.17';
 my $DEKA_URL = &quot;https://www.deka.de/dn/useCases/fundsearch/UCFundsSearch.shtml?ACTION_FIELD=quickSearch&quot;;
 
 sub methods {return (deka        =&gt; \&amp;deka);}</diff>
      <filename>lib/Finance/Quote/Deka.pm</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/FTPortfolios.pm</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ use vars qw/$FIDELITY_URL $VERSION/;
 use LWP::UserAgent;
 use HTTP::Request::Common;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $FIDELITY_URL = (&quot;http://activequote.fidelity.com/nav/fulllist.csv&quot;);
 </diff>
      <filename>lib/Finance/Quote/Fidelity.pm</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 my $FINANCECANADA_MAINURL = (&quot;http://finance.canada.com/&quot;);
 my $FINANCECANADA_URL = &quot;http://stockgroup.canada.com/sn_overview.asp?symbol=T.&quot;;
 </diff>
      <filename>lib/Finance/Quote/FinanceCanada.pm</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ use strict;
 use HTML::TableExtract;
 
 use vars qw($VERSION);
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 my $FINANZPARTNER_URL = &quot;http://www.finanzpartner.de/fi/&quot;;
 </diff>
      <filename>lib/Finance/Quote/Finanzpartner.pm</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ use Exporter;
 
 use vars qw/$FOOL_URL $VERSION @FIELDS $MAX_REQUEST_SIZE @ISA/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $FOOL_URL = 'http://quote.fool.com/quotes.csv?symbols=';
 </diff>
      <filename>lib/Finance/Quote/Fool.pm</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ use warnings;
 
 use vars qw/$VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 sub methods {
 	return(goldmoney =&gt; \&amp;goldmoney);</diff>
      <filename>lib/Finance/Quote/GoldMoney.pm</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ use HTML::TableExtract;
 
 use vars qw/$HEX_URL $VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $HEX_URL = 'http://omxgroup.is-teledata.com/html/securitypricelistequities.html?language=fi';
 </diff>
      <filename>lib/Finance/Quote/HEX.pm</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ use HTML::TableExtract;
 use Encode;
 use Storable qw(dclone);
 
-$VERSION='1.15';
+$VERSION = '1.17';
 
 my %MONTHS = ( 
 	&quot;JAN&quot;,&quot;01&quot;,&quot;FEB&quot;,&quot;02&quot;,&quot;MAR&quot;,&quot;03&quot;,&quot;APR&quot;,&quot;04&quot;,&quot;MAY&quot;,&quot;05&quot;,&quot;JUN&quot;,&quot;06&quot;,&quot;JUL&quot;,&quot;07&quot;,&quot;AUG&quot;,&quot;08&quot;,&quot;SEP&quot;,&quot;09&quot;,&quot;OCT&quot;,&quot;10&quot;,&quot;NOV&quot;,&quot;11&quot;,&quot;DEC&quot;,&quot;12&quot;);</diff>
      <filename>lib/Finance/Quote/HU.pm</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ use HTTP::Request::Common;
 use HTTP::Status;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/IndiaMutual.pm</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 
 my $LR_URL = 'http://bourse.lerevenu.com/recherchenom.hts';
 </diff>
      <filename>lib/Finance/Quote/LeRevenu.pm</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ use HTML::TableExtract;
 
 use vars qw/$MANINV_URL $VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $MANINV_URL = 'http://www.maninvestments.com.au/index.cfm?action=productprices&amp;cat_id=5';
 $MANINV_URL = 'http://www.maninvestments.com.au/netassetvalues-print.cfm';</diff>
      <filename>lib/Finance/Quote/ManInvestments.pm</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 $MORNINGSTAR_SE_FUNDS_URL = 'http://morningstar.se/funds/overview.asp?cid=';
 
 sub methods { return (morningstar =&gt; \&amp;morningstar); }</diff>
      <filename>lib/Finance/Quote/Morningstar.pm</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ use HTTP::Request::Common;
 
 use vars qw/$VERSION/; 
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 sub methods { return (nz =&gt; \&amp;nzx, nzx =&gt; \&amp;nzx); }
 sub labels {</diff>
      <filename>lib/Finance/Quote/NZX.pm</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ use HTML::TableExtract;
 
 use vars qw/$PLATINUM_URL $VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $PLATINUM_URL = 'http://www.platinum.com.au/Platinum_Trust_Unit_Prices.htm';
 </diff>
      <filename>lib/Finance/Quote/Platinum.pm</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use utf8;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 $SEB_FUNDS_URL = 'http://taz.vv.sebank.se/cgi-bin/pts3/pow/fmk/2100/Senaste_fondkurserna.TXT';
 
 sub methods { return (seb_funds =&gt; \&amp;seb_funds); }</diff>
      <filename>lib/Finance/Quote/SEB.pm</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 $STOCKHOUSE_LOOKUP_URL=&quot;http://www.stockhouse.com/mutualFunds/index.asp?asp=1&amp;lang=&amp;item=searchresult&amp;country=CAN&amp;by=symbol&amp;searchtext=&quot;;
 $STOCKHOUSE_URL=&quot;http://www.stockhouse.com/MutualFunds/index.asp?item=snapshot&amp;page=1&amp;Lang=EN&amp;fundkey=%s&amp;source=Fundata&amp;Symbol=%s&amp;FundName=&amp;CompanyName=&amp;asp=1&quot;;</diff>
      <filename>lib/Finance/Quote/StockHouseCanada.pm</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information
 </diff>
      <filename>lib/Finance/Quote/TSP.pm</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ use URI::QueryParam;
 
 use vars qw/$VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # This URL is able to accept up to 10 symbols at a time
 my $TSX_URL = URI-&gt;new('http://cxa.marketwatch.com/tsx/en/market/getquote.aspx');</diff>
      <filename>lib/Finance/Quote/TSX.pm</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use Carp;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Tdefunds.pm</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use Carp;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Tdwaterhouse.pm</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use Carp;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 # This used to be different for the CREF and TIAA annuities, but this changed.</diff>
      <filename>lib/Finance/Quote/Tiaacref.pm</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use Carp;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Troweprice.pm</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Trustnet.pm</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ use HTTP::Request::Common;
 use HTML::TableExtract;
 use HTML::Parser;
 
-$VERSION = '1.16' ;
+$VERSION = '1.17' ;
 my $TREASURY_MAINURL = (&quot;http://www.publicdebt.treas.gov/&quot;);
 my $TREASURY_URL = ($TREASURY_MAINURL.&quot;sav/&quot;);
 </diff>
      <filename>lib/Finance/Quote/USFedBonds.pm</filename>
    </modified>
    <modified>
      <diff>@@ -40,7 +40,7 @@ use HTTP::Request::Common;
 
 use vars qw/$VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 sub methods { return (unionfunds =&gt; \&amp;unionfunds); }
 sub labels { return (unionfunds =&gt; [qw/exchange name date isodate price method/]); }</diff>
      <filename>lib/Finance/Quote/Union.pm</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ use HTTP::Headers;
 
 use vars qw/@ISA $VERSION/;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 @ISA = qw/LWP::UserAgent/;
 
 # A very simple extension.  When we generate a LWP::UserAgent object,</diff>
      <filename>lib/Finance/Quote/UserAgent.pm</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ use HTML::TreeBuilder;
 
 use vars qw/$VERSION/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 sub methods { return (vwd =&gt; \&amp;vwd); }
 sub labels { return (vwd =&gt; [qw/currency date isodate </diff>
      <filename>lib/Finance/Quote/VWD.pm</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw($VERSION $YAHOO_ASIA_URL);
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/Asia.pm</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw/$VERSION $YAHOO_AUSTRALIA_URL/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/Australia.pm</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ use vars qw/$VERSION @FIELDS @FIELD_ENCODING $MAX_REQUEST_SIZE @ISA
 @EXPORT = qw//;
 @EXPORT_OK = qw/yahoo_request base_yahoo_labels/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # This is the maximum number of stocks we'll batch into one operation.
 # If this gets too big (&gt;50 or thereabouts) things will break because</diff>
      <filename>lib/Finance/Quote/Yahoo/Base.pm</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw/$VERSION $YAHOO_BRASIL_URL/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/Brasil.pm</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw($VERSION $YAHOO_EUROPE_URL);
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/Europe.pm</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw/$VERSION $YAHOO_NZ_URL/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/NZ.pm</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;
 
 use vars qw/$VERSION $YAHOO_URL/;
 
-$VERSION = '1.16';
+$VERSION = '1.17';
 
 # URLs of where to obtain information.
 </diff>
      <filename>lib/Finance/Quote/Yahoo/USA.pm</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ use LWP::UserAgent;
 use HTTP::Request::Common;
 use HTML::TableExtract;
 
-$VERSION='1.16';
+$VERSION = '1.17';
 
 my $SHARENET_MAINURL = (&quot;http://www.sharenet.co.za/&quot;);
 my $SHARENET_URL = ($SHARENET_MAINURL.&quot;jse/&quot;);</diff>
      <filename>lib/Finance/Quote/ZA.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4452ad1f46370c18ff76395dc440ac4a4a1be4c0</id>
    </parent>
  </parents>
  <author>
    <name>Erik Colson</name>
    <email>eco@ecocode.net</email>
  </author>
  <url>http://github.com/pfenwick/finance-quote/commit/4b04cc89d3d9cec5baedf97996a607f86972554f</url>
  <id>4b04cc89d3d9cec5baedf97996a607f86972554f</id>
  <committed-date>2009-10-04T15:42:49-07:00</committed-date>
  <authored-date>2009-10-04T15:42:49-07:00</authored-date>
  <message>version changed to 1.17</message>
  <tree>55c27638c5869bf8aceedd5f59803340f3f5b789</tree>
  <committer>
    <name>Erik Colson</name>
    <email>eco@ecocode.net</email>
  </committer>
</commit>
