ockIO;
use 5.006;
use strict;
use warnings FATAL => 'all';
use Carp;
use WWW::Curl::Simple;
use JSON;
use Exporter 'import';
our @EXPORT_OK = qw(get_new_address
get_my_addresses
aw_from_user
get_current_price);
=head1 NAME
Finance::BlockIO - Perl wrapper to JSON-based Block.io API
=head1 VERSION
Version 0.01
=cut
our $VERSION = '0.02';
=head1 SYNOPSIS
provides a bare interface to the Block.io JSON-based API,
using WWW::Curl::Simple to make requests and returning a Perl data structure
created from any JSON response received.
You'll probably need a