b063cb837c
implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is slow but avoids platform specific complications. For efficiency you should use `Digest::MD4' instead of this module if it is available. WWW: http://search.cpan.org/dist/Digest-Perl-MD4 PR: ports/90771 Submitted by: Gabor Kovesdan
8 lines
443 B
Text
8 lines
443 B
Text
%%SITE_PERL%%/Digest/Perl/MD4.pm
|
|
%%SITE_PERL%%/Digest/Perl/Digest-MD4.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/ 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true
|
|
@dirrm %%SITE_PERL%%/Digest/Perl/
|
|
@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true
|