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 Perl extension App::Bitcoin::PaperWallet.

1.11  Sun Oct 15 2023
	- adjusted to work with Bitcoin::Crypto 2.000 without deprecation warnings

1.10  Wed Dec 28 2022
	- fix unicode handling
	- new option in paper-wallet: -o, --stdout - print to standard output
	- new option in paper-wallet: -f, --file - specify a filename
	- add help to paper-wallet, improve its documentation
	- paper-wallet now also includes generation date and an identifier of the wallet
	- improvements to test suite of the module, test the script itself in addition to the main package
	- switch to Dist::Zilla

1.02  Sun Oct 31 2021
	- fix HD wallet compatibility

1.01  Sat Sep 11 2021
	- fix minimum version of Bitcoin::Crypto

1.00  Fri Sep 10 2021
	- first version