Package: wnpp
Severity: wishlist
Owner: Damyan Ivanov <[EMAIL PROTECTED]>

* Package name    : libdigest-md5-file-perl
  Version         : 0.05
  Upstream Author : Daniel Muey <[EMAIL PROTECTED]>
* URL             : http://search.cpan.org/~dmuey/
* License         : same as Perl (either Artistic or GPL)
  Programming Lang: Perl
  Description     : Perl extension for getting MD5 sums for files and urls

Digest::MD5::File adds to Digest::MD5 module functionality for easy
calculation of MD5 checksums of entire files, directories or URLs.
.
Example usage:
.
 my $md5 = Digest::MD5->new;
 $md5->addpath('/path/to/file.txt');
 $md5->addpath([EMAIL PROTECTED]);
 $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);

This package is a dependency of libnet-amazon-s3-perl version 0.39

--
    dam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to