A Perl module for performing Bitcoin cryptographic operations.
Please use the Github's issue tracker to file both bugs and feature requests.
Contributions to the project in form of Github's pull requests are welcome. Please make sure your code is in line with the general coding style of the module. Let me know if you plan something bigger so we can talk it through.
This module includes some large tests which are only used for release testing.
To run these tests, prove -l -r xt/release command can be executed. To run
them with built distribution, RELEASE_TESTS_DATA environmental variable must
be set, since large data files for these tests are not included.
LONG_RELEASE_TESTS environmental variable can be set to run tests which are
known for very slow execution.
Releasing Bitcoin::Crypto should be done as follows:
RELEASE_TESTS_DATA=$PWD/xt/data dzil releaseBartosz Jarzyna [email protected]