File: control

package info (click to toggle)
libdate-tiny-perl 1.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 279; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 910 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
Source: libdate-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libdatetime-perl <!nocheck>,
               perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdate-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdate-tiny-perl.git
Homepage: https://metacpan.org/release/Date-Tiny
Rules-Requires-Root: no

Package: libdate-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: date object, with as little code as possible
 Date::Tiny is a member of the DateTime::Tiny suite of time modules.
 .
 It implements an extremely lightweight object that represents a date, without
 any time data.