File: Changes

package info (click to toggle)
libcrypt-saltedhash-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • ctags: 15
  • sloc: perl: 128; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (3)
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
35
Revision history for Perl extension Crypt::SaltedHash.

0.09 Tue Jul 30
    - add Test::Fatal test requires

0.08 Tue Jul 30
    - correct version in package

0.07  Tue Jul 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  Sun Feb 28 01:55:22 2010
    - added clear method
	- add returns now $self

0.05  Thu Aug 10 03:04:33 2006
    - switched to Module::Build

0.04  Thu Jan 26 04:56:56 2006
	- algorithm recognition fixed

0.03  Mon Nov 14 23:59:59 2005
	- spelling fixed

0.02  Mon Nov 14 17:54:00 2005
    - fixed some bugs; added tests and documentation

0.01  Sun Nov 13 05:41:23 2005
    - original version; created by h2xs 1.23 with options
		-XA -n Crypt::SaltedHash