-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChanges
More file actions
34 lines (25 loc) · 851 Bytes
/
Changes
File metadata and controls
34 lines (25 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Perl module Crypt::SaltedHash
0.09 2013-07-30
- add Test::Fatal test requires
0.08 2013-07-30
- correct version in package
0.07 2013-07-30
- switch to use Dist::Zilla
- fix bug with failed regex and localization of $1
- handle some uninitialized variables
- RT Bug #78505 for Crypt-SaltedHash: Noisy tests (Unescaped left brace in regex is deprecated)
- RT Bug #85627 for Crypt-SaltedHash: [PATCH] POD fix
0.06 2010-02-28
- added clear method
- add returns now $self
0.05 2006-08-10
- switched to Module::Build
0.04 2006-01-26
- algorithm recognition fixed
0.03 2005-11-14
- spelling fixed
0.02 2005-11-14
- fixed some bugs; added tests and documentation
0.01 2005-11-13
- original version; created by h2xs 1.23 with options
-XA -n Crypt::SaltedHash