Finance-Robinhood

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.02 2016-03-31T19:26:04Z

    - New demo script: eg/buy.pl
    - Buy and Sell orders are now made by directly calling Finance::Robinhood::Order->new(...)
    - Orders are cancelled with $order->cancel()
    - Support for initiating and completing a password reset request
    - Loads of user information methods
    - Document Finance::Robinhod::Instrument
    - Gather stock's fundamentals with aptly named ::Instrument->fundamentals()
    - Require IO::Socket::SSL and perl 5.12+
    - Note: I'm narrowing it down but the API will still be subject to change!

0.01 2016-03-26T23:35:04Z

    - First public release
    - This is an alpha dist. The API will be subject to change!

META.json  view on Meta::CPAN

            "Test::PAUSE::Permissions" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "1.36",
            "DateTime" : "1.26",
            "HTTP::Tiny" : "0.056",
            "IO::Socket::SSL" : "2.020",
            "JSON::Tiny" : "0.54",
            "Moo" : "2.003004",
            "Try::Tiny" : "0.24",
            "namespace::clean" : "0.26",
            "perl" : "5.012",
            "strictures" : "2"
         }
      },
      "test" : {
         "requires" : {

META.yml  view on Meta::CPAN

  Finance::Robinhood::Quote:
    file: lib/Finance/Robinhood/Quote.pm
    version: '0.21'
  Finance::Robinhood::Watchlist:
    file: lib/Finance/Robinhood/Watchlist.pm
    version: '0.21'
requires:
  Carp: '1.36'
  DateTime: '1.26'
  HTTP::Tiny: '0.056'
  IO::Socket::SSL: '2.020'
  JSON::Tiny: '0.54'
  Moo: '2.003004'
  Try::Tiny: '0.24'
  namespace::clean: '0.26'
  perl: '5.012'
  strictures: '2'
resources:
  bugtracker: https://github.com/sanko/Finance-Robinhood/issues
  homepage: https://github.com/sanko/Finance-Robinhood
  repository: git://github.com/sanko/Finance-Robinhood.git

cpanfile  view on Meta::CPAN

requires 'perl', '5.012';

requires 'HTTP::Tiny', '0.056';
requires 'Carp', '1.36';
#requires 'Data::Dump';
requires 'Moo', '2.003004';
requires 'JSON::Tiny', '0.54';
requires 'strictures', '2';
requires 'namespace::clean', '0.26';
requires 'IO::Socket::SSL', '2.020';
requires 'DateTime', '1.26';
requires 'Try::Tiny', '0.24';

on 'test' => sub {
    requires 'Test::More', '0.98';
};



( run in 0.350 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )