File: control

package info (click to toggle)
libpod-pom-perl 0.02-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 192 kB
  • ctags: 117
  • sloc: perl: 1,277; makefile: 50
file content (20 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libpod-pom-perl
Section: interpreters
Priority: optional
Maintainer: Taku YASUI <tach@debian.or.jp>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: libpod-pom-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl module of POD Object Model
 Pod::POM implements a parser to convert Pod documents into a simple
 object model called Pod Object Model.  The object model is
 generated as a hierarchical tree of nodes, each of which represents a
 different element of the original document.  The tree can be walked
 manually and the nodes examined, printed or otherwise manipulated.
 .
 In addition, Pod::POM supports and provides view objects which can
 automatically traverse the tree, or section thereof, and generate an
 output representation in one form or another.