File: control

package info (click to toggle)
libstring-random-perl 1%3A0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 14
  • sloc: perl: 347; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 841 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
Source: libstring-random-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-random-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-random-perl.git
Homepage: https://metacpan.org/release/String-Random
Testsuite: autopkgtest-pkg-perl

Package: libstring-random-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for generating random strings
 String::Random is used to generate random strings based on provided
 patterns. It was written to make generating random passwords and such
 a little easier.