The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.008   2018-06-29 (PERLANCAR)

	- [ux] By default generate base56 passwords between 12-20
	  characters to be more typing-friendly.

	- [doc] Update doc on secure random source.

	- [doc] Fix example.


0.007   2018-05-01 (PERLANCAR)

	- No functional changes.

	- Tweak Abstract.


0.006   2018-05-01 (PERLANCAR)

	- Get words from STDIN if pattern contains '%w'.

	- [ux] Add -U and -L as shortcuts for --case=upper and
	  --case=lower, respectively.

	- [doc] Add examples.


0.005   2018-02-20 (PERLANCAR)

	- Add conversion pattern: %m (base64 character: A-Za-z0-9 + /).

        - genpw: switch from Perinci::CmdLine::Inline to Perinci::CmdLine::Any
          to get --config-profile.


0.004   2018-02-20 (PERLANCAR)

	- Add conversion pattern: %h (hexdigit 0-9a-f).


0.003   2018-01-16 (PERLANCAR)

	- Add conversion pattern: %b (base58 character) and %B (base56
	  character).


0.002   2018-01-09 (PERLANCAR)

	- Tweak Rinci metadata: allow num as first arg.


0.001   2018-01-08 (PERLANCAR)

        - First release.