summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-10-13 15:13:32 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-10-13 17:48:15 -0500
commit551856fd362817d07a3df5400d749676378a6999 (patch)
treef933313fac2b12c1dcfab401ac70a62ca2dfcabc /MANIFEST
parentba6f05dbf3328e0cf055fb6ae3d48e11f7b7c6c1 (diff)
downloadperl-551856fd362817d07a3df5400d749676378a6999.tar.gz
Update Digest to CPAN version 1.19
[DELTA] 1.19 Tue 2020-10-13 - Merge blead change: Remove . from @INC when loading optional modules. 1.18 Tue 2020-10-13 - Correct documentation for add_bits - Explain $args,... in constructor prototypes - Add base64_padded_digest method - Add support for the SHA3 digests - Update .gitignore and get make manifest working - Github CI - Move Digest to a more modern directory tree layout - Enable strict/warnings for code and tests - Drop use vars - Provide a consistent tidy to the code base - Get rid of the use of bareword file handles - Modernize the changelog - Use File::Temp for temporary test files
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index bfb4ba35b1..a320be2ba6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -471,9 +471,9 @@ cpan/DB_File/t/db-recno.t See if DB_File works
cpan/DB_File/t/db-threads.t See if DB_File works
cpan/DB_File/typemap Berkeley DB extension interface types
cpan/DB_File/version.c Berkeley DB extension interface version check
-cpan/Digest/Digest.pm Digest extensions
-cpan/Digest/Digest/base.pm Digest extensions
-cpan/Digest/Digest/file.pm Digest extensions
+cpan/Digest/lib/Digest.pm
+cpan/Digest/lib/Digest/base.pm
+cpan/Digest/lib/Digest/file.pm
cpan/Digest/t/base.t See if Digest extensions work
cpan/Digest/t/digest.t See if Digest extensions work
cpan/Digest/t/file.t See if Digest extensions work