The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Finance-CoinbasePro-API-CLI

0.024    2018-10-21
        Skip locale issues by not using Number::Format.

0.023    2018-10-21
        More changes for locale in test.

0.022    2018-10-21
        Add Dist::Zilla::Plugin::CheckChangeLog.
        Add examples/coinbasepro.conf.
		Add docs to CLI.pm and coinbasepro.pl.

0.021    2018-10-21
        Add pod to coinbase.pl.

0.020    2018-10-21
        More POD fixes, error messages improved.

0.019    2018-10-21
        POD fixes

0.018    2018-10-20
        Factor out reformat_datetime(), fix for locales.

0.017    2018-10-20
        Update example in README.md, add pretty-printing of Ticker.

0.016    2018-10-20
        Put $VERSION in every module.

0.015    2018-10-20
        Have coinbasepro.pl script installed at installtime.

0.014    2018-10-20
        Fix thousands seperator when LANG is en_US.UTF-8 and LC_ALL has different thousands
        seperator (like de_DE.UTF-8)
        (See https://www.cpantesters.org/cpan/report/b04018fa-d438-11e8-a8d1-2867d896f7be ).

0.013    2018-10-19
        Move coinbasepro.pl to script/.

0.012    2018-10-18
        Add dependency.t

0.011    2018-10-18
        Fix for testing in UTC on Win32.

0.010    2018-10-18
        Remove method/attribute with same name in Account.pm.

0.009    2018-10-18
        Fix testing in C Locale on Win32.

0.008    2018-10-17
        Fix testing in UTC on Win32.

0.007    2018-10-17
        Fix tests of number formatting under non-US locales.

0.006    2018-10-17
        Add META.json and cpanfile to dist.

0.005    2018-10-17
        Code fixes.
        Add CONTRIBUTING.md and TODO.
        Add 'use warnings' to non-Mouse modules. 
        Changes for perlcritic. Run perltidy on code.

0.004    2018-10-17
        Add META.yml to dist.

0.003    2018-10-17
        Changes for tests.

0.002    2018-10-17
        Fix git tagging.

0.001    2018-10-17
        First version, released on an unsuspecting world.
        Basic command line access to GDAX.
        Use Dist::Zilla.
        Test on Travis-CI.