Revision history for Perl extension Text-Password-AutoMigration
0.43 2024-11-14T15:28:17Z
- forbided white spaces at the end of raw passwords
0.42 2024-10-17T00:28:41Z
- added rondom tests for every sub-module
- fixed a bug around the test for MD5
0.41 2024-10-15T02:04:21Z
- downgrade required Carp to 1.50 from 1.54
0.40 2024-10-15T00:28:19Z
- allow to contain whitespaces in salts
0.31 2024-10-11T04:04:28Z
- fixed the POD
0.30 2024-10-10T14:25:15Z
- omitted qw( " ' \ ) for security reasons
0.18 2022-12-14T18:15:26Z
- Fixed typos in PODs. thanks for PR #8
0.17 2022-12-07T06:20:42Z
- Replaced Moose to Moo
0.16 2022-12-05T09:53:55Z
- update for latest perl version
0.15 2018-03-26T03:31:16Z
- Fixed the bug: white spaces like ' ' was forbidden for input in sub verify
0.14 2018-03-25T12:53:25Z
- DEPRECATED
0.13 2017-12-27T08:41:56Z
- be more strict at the tests
- forbade '$' charactor in salt
0.12 2017-11-16T06:00:58Z
- fix the tests and codes for denying sometimes fail the test at random
0.11 2017-11-15T13:19:25Z
- support OpenBSD.amd64-openbsd
0.10 2017-11-13T09:57:09Z
- support perl 5.26
0.09 2017-10-30T03:48:16Z
- just upgaraded the POD
- just renamed the tests
- fixed the test to be strictly
0.08 2017-10-29T13:06:24Z
- just fixed the Author
0.07 2017-08-21T13:20:05Z
- added the describe for SQL setting on POD
0.06 2017-08-09T13:49:20Z
- made verify() to return regenerated hash or undef
- fixed the English in PODs
0.05 2017-08-07T12:16:23Z
- add Digest::SHA to cpanfile
0.04 2017-08-07T00:08:55Z
- add Moose.pm to cpanfile
0.03 2017-08-05T02:23:05Z
- fix the PODs
- add dependencies
0.01 2017-08-01T15:10:34Z
- original version