Skip to content

Commit

Permalink
Update to 1.13_02
Browse files Browse the repository at this point in the history
  • Loading branch information
ecocode committed Oct 11, 2008
1 parent 1ec1b12 commit be7bd4e
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lib/Finance/Quote.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $YAHOO_CURRENCY_URL = "http://uk.finance.yahoo.com/currency/convert?amt=1&submit
@EXPORT_OK = qw/yahoo yahoo_europe fidelity troweprice asx tiaacref/;
@EXPORT_TAGS = ( all => [@EXPORT_OK]);

$VERSION = '1.13_01';
$VERSION = '1.13_02';

$USE_EXPERIMENTAL_UA = 0;

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/AEX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use HTTP::Request::Common qw(POST);
use HTML::TableExtract;
use CGI;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/AIAHK.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION='1.13_01';
$VERSION='1.13_02';
$AIAHK_URL = 'http://www.aia.com.hk/daily/fund_mst_rightb.asp?cat=BR_AC';


Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/ASEGR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION='1.13_01';
$VERSION='1.13_02';

my $ASEGR_URL = 'http://www.ase.gr/content/en/MarketData/Stocks/Prices/Share_SearchResults.asp?';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/ASX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use HTML::TableExtract;

use vars qw/$ASX_URL $VERSION/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

$ASX_URL = 'http://www.asx.com.au/asx/markets/PriceResults.jsp?method=get&template=F1001&ASXCodes=';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/BMONesbittBurns.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information
my $BMO_URL = 'http://bmonesbittburns.com/QuickQuote/QuickQuote.asp?Symbol=';
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Bourso.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use HTTP::Request::Common;
use HTML::TableExtract;


$VERSION='1.13_01';
$VERSION='1.13_02';

my $Bourso_URL = 'http://www.boursorama.com/recherche/recherche.phtml';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Cdnfundlibrary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Cominvest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use vars qw/$COMINVEST_URL $VERSION/;
use LWP::UserAgent;
use HTTP::Request::Common;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

$COMINVEST_URL = ('http://files.cominvest.de/_fonds_application/FondsInfos/FondsInfos_All_PreiseAktuell_CSVFile.asp?b2b=0&noindex=1&lang=49');

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/DWS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use warnings;

use vars qw/$VERSION/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

sub methods {
return(dwsfunds => \&dwsfunds);
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Deka.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use HTML::TableExtract;
require Crypt::SSLeay;

use vars qw($VERSION);
$VERSION = '1.13_01';
$VERSION = '1.13_02';
my $DEKA_URL = "https://www.deka.de/dn/useCases/fundsearch/UCFundsSearch.shtml?ACTION_FIELD=quickSearch";

sub methods {return (deka => \&deka);}
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/FTPortfolios.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Fidelity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use vars qw/$FIDELITY_URL $VERSION/;
use LWP::UserAgent;
use HTTP::Request::Common;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

$FIDELITY_URL = ("http://activequote.fidelity.com/nav/fulllist.csv");

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/FinanceCanada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

my $VERSION = '1.13_01';
my $VERSION = '1.13_02';
my $FINANCECANADA_MAINURL = ("http://finance.canada.com/");
my $FINANCECANADA_URL = "http://stockgroup.canada.com/sn_overview.asp?symbol=T.";

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Fool.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use Exporter;

use vars qw/$FOOL_URL $VERSION @FIELDS $MAX_REQUEST_SIZE @ISA/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

$FOOL_URL = 'http://quote.fool.com/quotes.csv?symbols=';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/HEX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use HTML::TableExtract;

use vars qw/$HEX_URL $VERSION/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

$HEX_URL = 'http://omxgroup.is-teledata.com/html/securitypricelistequities.html?language=fi';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/IndiaMutual.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use HTTP::Request::Common;
use HTTP::Status;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/LeRevenu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION='1.13_01';
$VERSION='1.13_02';

my $LR_URL = 'http://bourse.lerevenu.com/recherchenom.hts';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/ManInvestments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use HTML::TableExtract;

use vars qw/$MANINV_URL $VERSION/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

$MANINV_URL = 'http://www.maninvestments.com.au/index.cfm?action=productprices&cat_id=5';
$MANINV_URL = 'http://www.maninvestments.com.au/netassetvalues-print.cfm';
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/NZX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use HTTP::Request::Common;

use vars qw/$VERSION/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

sub methods { return (nz => \&nzx, nzx => \&nzx); }
sub labels {
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Platinum.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use HTML::TableExtract;

use vars qw/$PLATINUM_URL $VERSION/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

$PLATINUM_URL = 'http://www.platinum.com.au/Platinum_Trust_Unit_Prices.htm';

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/SEB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use utf8;

$VERSION = '1.13_01';
$VERSION = '1.13_02';
$SEB_FUNDS_URL = 'http://taz.vv.sebank.se/cgi-bin/pts3/pow/fmk/2100/Senaste_fondkurserna.TXT';

sub methods { return (seb_funds => \&seb_funds); }
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/StockHouseCanada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

$STOCKHOUSE_LOOKUP_URL="http://www.stockhouse.com/mutualFunds/index.asp?asp=1&lang=&item=searchresult&country=CAN&by=symbol&searchtext=";
$STOCKHOUSE_URL="http://www.stockhouse.com/MutualFunds/index.asp?item=snapshot&page=1&Lang=EN&fundkey=%s&source=Fundata&Symbol=%s&FundName=&CompanyName=&asp=1";
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/TSP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/TSX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use URI::QueryParam;

use vars qw/$VERSION/;

$VERSION = "1.13_01";
$VERSION = "1.13_02";

# This URL is able to accept up to 10 symbols at a time
my $TSX_URL = URI->new('http://cxa.marketwatch.com/tsx/en/market/getquote.aspx');
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Tdefunds.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use Carp;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Tdwaterhouse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use Carp;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Tiaacref.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use Carp;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.
# This used to be different for the CREF and TIAA annuities, but this changed.
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Troweprice.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use Carp;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Trustnet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/USFedBonds.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use HTTP::Request::Common;
use HTML::TableExtract;
use HTML::Parser;

$VERSION = '1.13_01' ;
$VERSION = '1.13_02' ;
my $TREASURY_MAINURL = ("http://www.publicdebt.treas.gov/");
my $TREASURY_URL = ($TREASURY_MAINURL."sav/");

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Union.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use HTTP::Request::Common;

use vars qw/$VERSION/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

sub methods { return (unionfunds => \&unionfunds); }
sub labels { return (unionfunds => [qw/exchange name date isodate price method/]); }
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use HTTP::Headers;

use vars qw/@ISA $VERSION/;

$VERSION='1.13_01';
$VERSION='1.13_02';
@ISA = qw/LWP::UserAgent/;

# A very simple extension. When we generate a LWP::UserAgent object,
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/VWD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use HTML::TreeBuilder;

use vars qw/$VERSION/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

sub methods { return (vwd => \&vwd); }
sub labels { return (vwd => [qw/currency date isodate
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/Asia.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw($VERSION $YAHOO_ASIA_URL);

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/Australia.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw/$VERSION $YAHOO_AUSTRALIA_URL/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.13_01';
$VERSION = '1.13_02';

# This is the maximum number of stocks we'll batch into one operation.
# If this gets too big (>50 or thereabouts) things will break because
Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/Brasil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw/$VERSION $YAHOO_BRASIL_URL/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/Europe.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw($VERSION $YAHOO_EUROPE_URL);

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/NZ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw/$VERSION $YAHOO_NZ_URL/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/Yahoo/USA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use Finance::Quote::Yahoo::Base qw/yahoo_request base_yahoo_labels/;

use vars qw/$VERSION $YAHOO_URL/;

$VERSION = '1.13_01';
$VERSION = '1.13_02';

# URLs of where to obtain information.

Expand Down
2 changes: 1 addition & 1 deletion lib/Finance/Quote/ZA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use LWP::UserAgent;
use HTTP::Request::Common;
use HTML::TableExtract;

$VERSION='1.13_01';
$VERSION='1.13_02';

my $SHARENET_MAINURL = ("http://www.sharenet.co.za/");
my $SHARENET_URL = ($SHARENET_MAINURL."jse/");
Expand Down

0 comments on commit be7bd4e

Please sign in to comment.