diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-09-30 08:12:03 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-09-30 10:52:18 -0500 |
commit | ffdf828c4c26b3bbc46691b443858a107e0f6472 (patch) | |
tree | 123afd74d33c710a353e87f5d747e22e22194921 /Porting/cmpVERSION.pl | |
parent | 4559f7e6350cb49ddd0cd4ae3df3db012693f220 (diff) | |
download | perl-ffdf828c4c26b3bbc46691b443858a107e0f6472.tar.gz |
Update Module-Load to CPAN version 0.36
[DELTA]
0.36 Tue Sep 29 11:55:01 BST 2020
* Fixed E<gt> in POD (https://github.com/jib/module-load/pull/6)
* Make Module-Load strict compliant (https://github.com/jib/module-load/pull/7)
Diffstat (limited to 'Porting/cmpVERSION.pl')
-rwxr-xr-x | Porting/cmpVERSION.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 14aca54a24..058000a410 100755 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -90,6 +90,8 @@ my %skip; 'cpan/Math-BigInt/t/Math/BigInt/Scalar.pm', # just a test module 'cpan/Math-BigInt/t/Math/BigInt/Subclass.pm', # just a test module 'cpan/Math-BigRat/t/Math/BigRat/Test.pm', # just a test module + 'cpan/Module-Load/t/to_load/LoadIt.pm', # just a test module + 'cpan/Module-Load/t/to_load/Must/Be/Loaded.pm', # just a test module 'cpan/Module-Load-Conditional/t/test_lib/a/X.pm', # just a test module 'cpan/Module-Load-Conditional/t/test_lib/b/X.pm', # just a test module 'cpan/Module-Load-Conditional/t/to_load/Commented.pm', # just a test module |