libcrypt-unixcrypt-perl 1.0-5 source package in Ubuntu

Changelog

libcrypt-unixcrypt-perl (1.0-5) unstable; urgency=low

  * debian/control, debian/rules: Now using cdbs.
  * debian/control: Homepage and Standards-Version.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:13:09 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Bart Martens
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcrypt-unixcrypt-perl_1.0.orig.tar.gz 7.8 KiB 51d3716e740ed2ddd93cf942b994d0384b0452dd8138f8c5ce420ad39df8f906
libcrypt-unixcrypt-perl_1.0-5.diff.gz 1.6 KiB 9c6de11532cb3d8d1a7a0b30327c0ee413f059353b85c3673981f201645d53c0
libcrypt-unixcrypt-perl_1.0-5.dsc 713 bytes 475b9718692e58092616698fb6ceac7844d99d34b48721cd2bcf6428e74cba89

View changes file

Binary packages built by this source

libcrypt-unixcrypt-perl: Perl-only implementation of the crypt(3) function

 The Crypt::UnixCrypt module is a portable implementation of the Unix
 library function crypt(). It is especially useful on systems whose
 perl does not implement the built-in crypt() function.
 .
 This module won't overload a built-in crypt() unless forced by a true
 value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN.