File: control

package info (click to toggle)
libdublincore-record-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 164; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libdublincore-record-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl,
               libclass-accessor-perl,
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdublincore-record-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdublincore-record-perl.git
Homepage: https://metacpan.org/release/DublinCore-Record

Package: libdublincore-record-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-accessor-perl
Description: Container for Dublin Core metadata elements
 DublinCore::Record methods such as element(), elements(), title(), etc return
 DublinCore::Element objects as their result. These can be queried further to
 extract an elements content, qualifier, language, and schema. For a definition
 of these attributes please see RFC 2731 and http://www.dublincore.org/.