Changes on 2017-02-28 for repository at:
Fetch URL: git@github.com:abeltje/MooX-Role-CryptedPassword.git
Push URL: git@github.com:abeltje/MooX-Role-CryptedPassword.git
Enjoy!
________________________________________________________________________________
[8d86c23] by abeltje on Tue, 28 Feb 2017 19:22:29 +0100
A bit of TLC for create_crypted_password
Processed user comments from the 1st presentation:
- attempt to read the password from a echoless terminal if
Term::ReadKey
is available for create_crypted_password (NOT a dependency)
- add test for create_crypted_password
- make the cipher configurable in the role and script (default:
Rijndael)
M MANIFEST
M bin/create_crypted_password
M lib/MooX/Role/CryptedPassword.pm
M t/10-moo.t
M t/20-moose.t
A t/30-create_crypted_password.t
________________________________________________________________________________
[7281b89] by abeltje on Sun, 5 Feb 2017 14:44:37 +0100
Autocommit for distribution MooX::Role::CryptedPassword 0.00_03 (same)
M Changes
M lib/MooX/Role/CryptedPassword.pm
________________________________________________________________________________
[6870d18] by abeltje on Sun, 5 Feb 2017 14:43:09 +0100
Add 'autodie' to the dependency list.
M Makefile.PL
________________________________________________________________________________
[8097244] by abeltje on Wed, 1 Feb 2017 19:53:54 +0100
Autocommit for distribution MooX::Role::CryptedPassword 0.00_02 (test)
M Changes
M lib/MooX/Role/CryptedPassword.pm
________________________________________________________________________________
[ed989f7] by abeltje on Wed, 1 Feb 2017 19:52:12 +0100
Fix dependencies in Makefile.PL
M MANIFEST
M Makefile.PL
________________________________________________________________________________
[b16e6ad] by abeltje on Sat, 28 Jan 2017 12:03:29 +0100
Autocommit for distribution MooX::Role::CryptedPassword 0.00_01 (test)
A Changes
M lib/MooX/Role/CryptedPassword.pm
________________________________________________________________________________
[35d94dc] by abeltje on Sat, 28 Jan 2017 11:39:57 +0100
Initial commit.
A Moo::Role that adds a 'password' attribute to your Moo(se) class.
This password can be encrypted (using Rijndael cipher) in a file.
Decryption will take place on object instatiation...
A .gitignore
A MANIFEST
A Makefile.PL
A bin/create_crypted_password
A lib/MooX/Role/CryptedPassword.pm
A t/10-moo.t
A t/20-moose.t
A xt/00-manifest.t
A xt/01-compile.t
A xt/02-pod_syntax.t
A xt/03-pod-coverage.t