Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / p5-DBIx-Class-DigestColumns / DESCR
blob1446435a7654f0f71fc2184754f430e5549be61d
1 This DBIx::Class component can be used to automatically insert a
2 message digest of selected columns. By default DigestColumns will
3 use Digest::MD5 to insert a 128-bit hexadecimal message digest of
4 the column value.
6 The length of the inserted string will be 32 and it will only
7 contain characters from this set: '0'..'9' and 'a'..'f'.
9 If you would like to use a specific digest module to create your
10 message digest, you can set "digest_algorithm":