~ubuntu-branches/ubuntu/vivid/libhtml-form-perl/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2011-03-22 23:42:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110322234222-tk2zdtilfcxmm0dt
Tags: 6.00-1

Initial Release (Closes: #617541).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libhtml-form-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 7)
 
5
Build-Depends-Indep: perl, liburi-perl, libhtml-parser-perl,
 
6
 libhttp-message-perl
 
7
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
8
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
 
9
Standards-Version: 3.9.1
 
10
Homepage: http://search.cpan.org/dist/HTML-Form/
 
11
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-form-perl/
 
12
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-form-perl/
 
13
 
 
14
Package: libhtml-form-perl
 
15
Architecture: all
 
16
Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl, libhtml-parser-perl,
 
17
 libhttp-message-perl
 
18
Replaces: libwww-perl (<< 6.00)
 
19
Breaks: libwww-perl (<< 6.00)
 
20
Description: module that represents an HTML form element
 
21
 Objects of the HTML::Form class represents a single HTML <form> ... </form>
 
22
 instance. A form consists of a sequence of inputs that usually have names,
 
23
 and which can take on various values. The state of a form can be tweaked and
 
24
 it can then be asked to provide HTTP::Request objects that can be passed to
 
25
 the request() method of LWP::UserAgent.