libstring-mkpasswd-perl 0.05-2 source package in Ubuntu

Changelog

libstring-mkpasswd-perl (0.05-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:53:50 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-mkpasswd-perl_0.05-2.dsc 2.2 KiB 9149347713dd796711c47e5b301022593feb3dd19f479de04fbd8248dbb295db
libstring-mkpasswd-perl_0.05.orig.tar.gz 13.9 KiB 5310f83460045475071666b5423db2f0aa82d6685c802ec7abe6c2c410639b96
libstring-mkpasswd-perl_0.05-2.debian.tar.xz 3.4 KiB 7a1145b1853ae765375346d966a206729b2a0c043b20865b079cfca4bcbf5dd4

Available diffs

No changes file available.

Binary packages built by this source

libstring-mkpasswd-perl: Perl module implementing a random password generator

 String::MkPasswd defines a single function, mkpasswd(), to generate
 random passwords. The function is meant to be a simple way for
 developers and system administrators to easily generate a relatively
 secure password.
 .
 The exportable mkpasswd() function returns a single scalar: a random
 password. By default, this password is nine characters long with a
 random distribution of four lower-case characters, two upper-case
 characters, two digits, and one non-alphanumeric character. These
 parameters can be tuned by the user, as described in the /"ARGUMENTS"
 section.