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

NAME

Acme::Coinbase::Config

VERSION

version 0.005

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.

NAME

Acme::Coinbase::Config -- read a acmecoinbase 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) 2014 Josh Rabinowitz, All Rights Reserved.

AUTHORS

Josh Rabinowitz

AUTHOR

joshr <joshr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by joshr.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.