Changes on 2022-01-03 for repository at:
  Fetch URL: ssh://git@source.test-smoke.org:9999/~/MooX-Role-CryptedPassword
  Push  URL: ssh://git@source.test-smoke.org:9999/~/MooX-Role-CryptedPassword

Enjoy!

0.01_03 2022-01-03T19:48:46+01:00 (46cc6ba => Abe Timmerman)
 - (Abe Timmerman, 1 second ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.01_03 (test)

0.01_02 2021-12-28T10:20:24+01:00 (e8f2f49 => Abe Timmerman)
 - (Abe Timmerman, 6 days ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.01_02 (test)

 - (Abe Timmerman, 2 minutes ago) Always open() the filehandle in ':raw'
   mode
 -     This needs to be cosistent between the helper-script and the library
 -     code.

0.01_01 2021-12-27T20:32:21+01:00 (510ee44 => Abe Timmerman)
 - (Abe Timmerman, 7 days ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.01_01 (test)

 - (abeltje, 7 days ago) Fix testcase, file was not porperly closed

0.01 2017-03-06T18:14:25+01:00 (3fcf3e2 => abeltje)
 - (abeltje, 4 years, 10 months ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.01 (minor)

 - (Abe Timmerman, 7 days ago) Convert to using t::Test::abeltje
 -     Attempt to fix an issue found on CPAN-Testers (use a temp-dir)
 -     Fix some issues with the package.
 -     Also fix some errors in the usage of Crypt::CBC.

0.00_04 2017-02-28T19:29:40+01:00 (9c79516 => abeltje)
 - (abeltje, 4 years, 10 months ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.00_04 (same)

0.00_02 2017-02-01T19:53:54+01:00 (8097244 => abeltje)
 - (abeltje, 4 years, 11 months ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.00_02 (test)

 - (abeltje, 4 years, 11 months ago) Add 'autodie' to the dependency list.

 - (abeltje, 4 years, 11 months ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.00_03 (same)

 - (abeltje, 4 years, 10 months ago) 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)

0.00_01 2017-01-28T12:03:29+01:00 (b16e6ad => abeltje)
 - (abeltje, 4 years, 11 months ago) Autocommit for distribution
   MooX::Role::CryptedPassword 0.00_01 (test)

 - (abeltje, 4 years, 11 months ago) Fix dependencies in Makefile.PL

0.00_00 2017-01-28T11:39:57+01:00 (35d94dc => abeltje)
 - (abeltje, 4 years, 11 months ago) 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...