perl-HTML-Form: remove long_desc.
This commit is contained in:
parent
3531c38a81
commit
810a0d9d3e
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'perl-HTML-Form'.
|
||||
pkgname=perl-HTML-Form
|
||||
version=6.03
|
||||
revision=1
|
||||
wrksrc="HTML-Form-$version"
|
||||
revision=2
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl-HTML-Parser perl-URI perl-HTTP-Message"
|
||||
|
@ -14,9 +14,3 @@ homepage="http://search.cpan.org/~gaas/HTML-Form/lib/HTML/Form.pm"
|
|||
license="GPL-2"
|
||||
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
|
||||
checksum=68c01d94f005d5ca9c4d55ad2a1bf3a8d034a5fc6db187d91a4c42f3fdc9fc36
|
||||
long_desc="
|
||||
Objects of the HTML::Form class represents a single HTML FORM tag instance.
|
||||
A form consists of a sequence of inputs that usually have names, and which
|
||||
can take on various values. The state of a form can be tweaked and it can
|
||||
then be asked to provide HTTP::Request objects that can be passed to the
|
||||
request() method of LWP::UserAgent."
|
||||
|
|
Loading…
Reference in New Issue