~ubuntu-branches/ubuntu/maverick/libhtml-tableparser-perl/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Kohler
  • Date: 2008-05-13 18:06:59 UTC
  • Revision ID: james.westby@ubuntu.com-20080513180659-zj7m3hekvu0kk94u
Tags: 0.37-1
Initial Release (closes: Bug#481142).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libhtml-tableparser-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 5)
 
5
Build-Depends-Indep: perl (>= 5.6.10-12), libhtml-parser-perl
 
6
Maintainer: Ivan Kohler <ivan-debian@420.am>
 
7
Standards-Version: 3.7.3
 
8
Homepage: http://search.cpan.org/dist/HTML-TableParser/
 
9
 
 
10
Package: libhtml-tableparser-perl
 
11
Architecture: all
 
12
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl
 
13
Description: Perl module to extract data from an HTML table
 
14
 HTML::TableParser uses HTML::Parser to extract data from an HTML
 
15
 table.  The data is returned via a series of user defined callback
 
16
 functions or methods.  Specific tables may be selected either by a
 
17
 matching a unique table id or by matching against the column names.
 
18
 Multiple (even nested) tables may be parsed in a document in one pass.