Changes on 2017-02-01 for repository at:
  Fetch URL: git@github.com:abeltje/MooX-Role-CryptedPassword.git
  Push  URL: git@github.com:abeltje/MooX-Role-CryptedPassword.git

Enjoy!

________________________________________________________________________________
[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