perl-Digest-MD5: remove quoting from long_desc.
This commit is contained in:
parent
bdb68614c2
commit
b4df6c2432
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'perl-Digest-MD5'.
|
||||
pkgname=perl-Digest-MD5
|
||||
version=2.51
|
||||
revision=1
|
||||
wrksrc="Digest-MD5-$version"
|
||||
distfiles="${CPAN_SITE}/Digest/Digest-MD5-$version.tar.gz"
|
||||
build_style=perl_module
|
||||
|
@ -13,7 +14,7 @@ long_desc="
|
|||
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
|
||||
Message Digest algorithm from within Perl programs. The algorithm takes as
|
||||
input a message of arbitrary length and produces as output a 128-bit
|
||||
'fingerprint' or 'message digest' of the input.
|
||||
fingerprint or message digest of the input.
|
||||
|
||||
Note that the MD5 algorithm is not as strong as it used to be. It has since
|
||||
2005 been easy to generate different messages that produce the same MD5
|
||||
|
|
Loading…
Reference in New Issue
Block a user