libdigest-md5-file-perl_0.05-1_i386.changes is NEW

Debian Installer installer at ftp-master.debian.org
Mon Aug 20 07:47:03 UTC 2007


(new) libdigest-md5-file-perl_0.05-1.diff.gz optional perl
(new) libdigest-md5-file-perl_0.05-1.dsc optional perl
(new) libdigest-md5-file-perl_0.05-1_all.deb optional perl
Perl extension for getting MD5 sums for files and urls
 Digest::MD5::File adds functionality for easy calculation of MD5 checksums of
 entire files, directories or URLs to the standard Digest::MD5 module.
 .
 Example usage:
 .
 use Digest::MD5::File;
 my $md5 = Digest::MD5->new;
 $md5->addpath('/path/to/file.txt');
 $md5->addpath(\@files);
 $md5->adddir('/home/tmbg/');
 $md5->addurl('http://www.tmbg.com/tour.html');
 my $digest = file_md5_hex($file);
 my $dir_hashref = dir_md5_hex($dir);
 my $digest = url_md5_hex($url);
(new) libdigest-md5-file-perl_0.05.orig.tar.gz optional perl
Changes: libdigest-md5-file-perl (0.05-1) unstable; urgency=low
 .
  * Initial Release (Closes: #438834 -- ITP)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 438834 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list