[libfinance-quote-perl] branch master updated (0fd8a6b -> 3eefc05)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 24 11:50:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libfinance-quote-perl.

      from  0fd8a6b   prepare changelog for release
      adds  e70537f   Drop long-obsolete debian directory
      adds  fc7a1a3   Merge branch 'fschlich-debian'
      adds  821ac75   Check for error return from server.
      adds  a77fdf8   Merge branch 'CheckForError' of https://github.com/mtalexander/finance-quote into mtalexander-CheckForError
      adds  15d4185   Merge branch 'mtalexander-CheckForError'
      adds  2b78c3b   Catchup json decoding error gracefully
      adds  938c097   yahoojson modified URL and return syntax.
      adds  be26966   .IL support in alphavantage
      adds  571537f   Removed Data::Dumper dependency
      adds  6416b85   Changes updated
      adds  05b8f41   v1.46
      adds  bf56599   Use AlphaVantage for currency quotes now that Yahoo is gone.
      adds  c830977   Merge branch 'AlphaVantageCurrency' of https://github.com/mtalexander/finance-quote into mtalexander-AlphaVantageCurrency
      adds  8f0f903   Merge branch 'mtalexander-AlphaVantageCurrency'
      adds  e9b1620   Changes updated
      adds  aa84747   v1.47
      adds  b5bed4a   New upstream version 1.47
       new  04b8eb0   Update upstream source from tag 'upstream/1.47'
       new  0a62a27   Update debian/changelog
       new  3ad59a0   Refresh spelling.patch
       new  3eefc05   prepare changelog for release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                               | 11 +++++
 MANIFEST                              |  4 --
 META.json                             |  2 +-
 META.yml                              |  2 +-
 Makefile.PL                           |  2 +-
 README                                |  2 +-
 debian/changelog                      |  9 ++++
 debian/patches/spelling.patch         |  4 +-
 lib/Finance/Quote.pm                  | 36 +++++++++++-----
 lib/Finance/Quote/AEX.pm              |  2 +-
 lib/Finance/Quote/AIAHK.pm            |  2 +-
 lib/Finance/Quote/ASEGR.pm            |  2 +-
 lib/Finance/Quote/ASX.pm              |  2 +-
 lib/Finance/Quote/AlphaVantage.pm     | 25 ++++++++++-
 lib/Finance/Quote/BMONesbittBurns.pm  |  2 +-
 lib/Finance/Quote/BSERO.pm            |  2 +-
 lib/Finance/Quote/Bourso.pm           |  2 +-
 lib/Finance/Quote/CSE.pm              |  2 +-
 lib/Finance/Quote/Cdnfundlibrary.pm   |  2 +-
 lib/Finance/Quote/Citywire.pm         |  2 +-
 lib/Finance/Quote/Cominvest.pm        |  2 +-
 lib/Finance/Quote/Currencies.pm       |  2 +-
 lib/Finance/Quote/DWS.pm              |  2 +-
 lib/Finance/Quote/Deka.pm             |  2 +-
 lib/Finance/Quote/FTPortfolios.pm     |  2 +-
 lib/Finance/Quote/FTfunds.pm          |  2 +-
 lib/Finance/Quote/Fidelity.pm         |  2 +-
 lib/Finance/Quote/FidelityFixed.pm    |  2 +-
 lib/Finance/Quote/FinanceCanada.pm    |  2 +-
 lib/Finance/Quote/Finanzpartner.pm    |  2 +-
 lib/Finance/Quote/Fool.pm             |  2 +-
 lib/Finance/Quote/GoldMoney.pm        |  2 +-
 lib/Finance/Quote/HEX.pm              |  2 +-
 lib/Finance/Quote/HU.pm               |  2 +-
 lib/Finance/Quote/IndiaMutual.pm      |  2 +-
 lib/Finance/Quote/LeRevenu.pm         |  2 +-
 lib/Finance/Quote/MStaruk.pm          |  2 +-
 lib/Finance/Quote/ManInvestments.pm   |  2 +-
 lib/Finance/Quote/Morningstar.pm      |  2 +-
 lib/Finance/Quote/MorningstarJP.pm    |  2 +-
 lib/Finance/Quote/NZX.pm              |  2 +-
 lib/Finance/Quote/Platinum.pm         |  2 +-
 lib/Finance/Quote/SEB.pm              |  2 +-
 lib/Finance/Quote/SIXfunds.pm         |  2 +-
 lib/Finance/Quote/SIXshares.pm        |  2 +-
 lib/Finance/Quote/StockHouseCanada.pm |  2 +-
 lib/Finance/Quote/TNetuk.pm           |  2 +-
 lib/Finance/Quote/TSP.pm              |  2 +-
 lib/Finance/Quote/TSX.pm              |  2 +-
 lib/Finance/Quote/Tdefunds.pm         |  2 +-
 lib/Finance/Quote/Tdwaterhouse.pm     |  2 +-
 lib/Finance/Quote/Tiaacref.pm         |  2 +-
 lib/Finance/Quote/Troweprice.pm       |  2 +-
 lib/Finance/Quote/Trustnet.pm         |  2 +-
 lib/Finance/Quote/USFedBonds.pm       |  2 +-
 lib/Finance/Quote/Union.pm            |  2 +-
 lib/Finance/Quote/UserAgent.pm        |  2 +-
 lib/Finance/Quote/VWD.pm              |  2 +-
 lib/Finance/Quote/Yahoo/Asia.pm       |  2 +-
 lib/Finance/Quote/Yahoo/Australia.pm  |  2 +-
 lib/Finance/Quote/Yahoo/Base.pm       |  2 +-
 lib/Finance/Quote/Yahoo/Brasil.pm     |  2 +-
 lib/Finance/Quote/Yahoo/Europe.pm     |  2 +-
 lib/Finance/Quote/Yahoo/NZ.pm         |  2 +-
 lib/Finance/Quote/Yahoo/USA.pm        |  2 +-
 lib/Finance/Quote/YahooJSON.pm        | 81 +++++++++++++----------------------
 lib/Finance/Quote/YahooYQL.pm         |  2 +-
 lib/Finance/Quote/ZA.pm               |  2 +-
 lib/Finance/Quote/ZA_UnitTrusts.pm    |  2 +-
 t/alphavantage.t                      |  5 ++-
 t/currency.t                          | 12 +++---
 71 files changed, 170 insertions(+), 141 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfinance-quote-perl.git



More information about the Pkg-perl-cvs-commits mailing list