The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Coinbase::Config -- DEPRECATED. Use Finance::GDAX::API or WebService::Coinbase

SYNOPSIS

Example of a usage goes here, such as

    my $conf = new Acme::Coinbase::Config( config_file=>$filename);
    my $conf->read_config();
    my $val = $conf->get_param( "section", "param" );

DESCRIPTION

Manages reading a config file.

METHODS

my $conf = Acme::Coinbase::Config->new( );

returns a new object.

conf->read_config()

reads the config file

conf->get_param( "section", "param")

reads the given parameter from the given section.

COPYRIGHT

Copyright (c) 2018 Josh Rabinowitz, All Rights Reserved.

AUTHORS

Josh Rabinowitz