Merge tag 'upstream/0.03.1'

Upstream version 0.03.1
This commit is contained in:
Mario Fetka
2018-03-27 21:02:57 +02:00
8 changed files with 70 additions and 0 deletions

17
debian/control vendored Normal file
View File

@@ -0,0 +1,17 @@
Source: libdata-random-string-perl
Section: perl
Priority: optional
Maintainer: Mario Fetka <mario.fetka@gmail.com>
Build-Depends: debhelper (>= 9), libtest-most-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Data-Random-String
Package: libdata-random-string-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: This is a module for generating random strings
Data::Random::String provides a simple interface for generating random
strings that contain numeric, alpha or alphanumeric characters.
.
This description was automagically extracted from the module by dh-make-perl.