libstring-mkpasswd-perl 0.04-1 source package in Ubuntu

Changelog

libstring-mkpasswd-perl (0.04-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.04
  * Update debian/copyright information.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for upstream files and debian/* packaging.
  * Drop fix-spelling-error-in-manpage.patch patch.
    Patch was applied upstream.
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <email address hidden>  Sat, 18 Aug 2012 08:21:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstring-mkpasswd-perl_0.04-1.dsc 2.2 KiB e4cfb379cd6cd664392a57938768a79ab6364b5be966bc1341b46409c3aeae0e
libstring-mkpasswd-perl_0.04.orig.tar.gz 12.9 KiB 13ddbcca18c89c18ef6751fc117eddc913e8144a8785fb111c61bbd256f32c47
libstring-mkpasswd-perl_0.04-1.debian.tar.gz 2.9 KiB 12ba9b3464abff244a22ce20ba12e50c170b2ddc8d3114711e16b5c192486aa9

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.