perl-Digest-MD5: remove quoting from long_desc.

This commit is contained in:
Juan RP 2011-07-13 19:03:09 +02:00
parent bdb68614c2
commit b4df6c2432

View file

@ -1,6 +1,7 @@
# Template build file for 'perl-Digest-MD5'. # Template build file for 'perl-Digest-MD5'.
pkgname=perl-Digest-MD5 pkgname=perl-Digest-MD5
version=2.51 version=2.51
revision=1
wrksrc="Digest-MD5-$version" wrksrc="Digest-MD5-$version"
distfiles="${CPAN_SITE}/Digest/Digest-MD5-$version.tar.gz" distfiles="${CPAN_SITE}/Digest/Digest-MD5-$version.tar.gz"
build_style=perl_module build_style=perl_module
@ -13,7 +14,7 @@ long_desc="
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 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 Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit 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 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 2005 been easy to generate different messages that produce the same MD5