File: control

package info (click to toggle)
libdata-uniqid-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 80 kB
  • ctags: 5
  • sloc: perl: 108; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libdata-uniqid-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jan Wagner <waja@cyconet.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Data-Uniqid
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-uniqid-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-uniqid-perl.git

Package: libdata-uniqid-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl extension for simple genrating of unique id's
 Data::Uniqid provides three simple routines for generating unique ids. These
 ids are coded with a Base62 systen to make them short and handy (e.g. to use
 it as part of a URL).