summaryrefslogtreecommitdiff
path: root/Porting/cmpVERSION.pl
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 /Porting/cmpVERSION.pl
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 'Porting/cmpVERSION.pl')
-rwxr-xr-xPorting/cmpVERSION.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 058000a410..b4af2d9def 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -81,6 +81,7 @@ if ($exclude_upstream) {
# usually because they pull in their version from some other file.
my %skip;
@skip{
+ 'cpan/Digest/t/lib/Digest/Dummy.pm', # just a test module
'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module
'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module
'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm', # just a test module