summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2021-11-20 15:55:47 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2021-11-20 15:55:47 +0000
commit507e155a7ee3d28d6324ebcee9569d898c8acc56 (patch)
treec3c7eb97f651832185d4d474a065d3c3c05f455d
parentdc12d1ae70606f7e4903f72e0e816183500eeeea (diff)
downloadperl-507e155a7ee3d28d6324ebcee9569d898c8acc56.tar.gz
Update Module::CoreList for 5.35.6
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
1 files changed, 21 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 43fc96903c..cdd46b91c0 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -18980,11 +18980,29 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.035006',
'Config' => '5.035006',
+ 'File::Glob' => '1.37',
+ 'File::stat' => '1.12',
+ 'GDBM_File' => '1.22',
+ 'HTTP::Tiny' => '0.080',
+ 'Math::BigFloat' => '1.999827',
+ 'Math::BigFloat::Trace' => '0.63',
+ 'Math::BigInt' => '1.999827',
+ 'Math::BigInt::Calc' => '1.999827',
+ 'Math::BigInt::FastCalc'=> '0.5012',
+ 'Math::BigInt::Lib' => '1.999827',
+ 'Math::BigInt::Trace' => '0.63',
+ 'Math::BigRat' => '0.2620',
'Module::CoreList' => '5.20211120',
'Module::CoreList::Utils'=> '5.20211120',
+ 'POSIX' => '2.02',
+ 'bigint' => '0.63',
+ 'bignum' => '0.63',
+ 'bigrat' => '0.63',
+ 'diagnostics' => '1.39',
+ 'feature' => '1.69',
+ 'warnings' => '1.56',
},
removed => {
- 'Math::BigRat::Trace' => 1,
}
},
);
@@ -20431,6 +20449,7 @@ sub is_core
'Math::BigInt::Lib' => 'cpan',
'Math::BigInt::Trace' => 'cpan',
'Math::BigRat' => 'cpan',
+ 'Math::BigRat::Trace' => 'cpan',
'Math::Complex' => 'cpan',
'Math::Trig' => 'cpan',
'Memoize' => 'cpan',
@@ -20859,6 +20878,7 @@ sub is_core
'Math::BigInt::Lib' => undef,
'Math::BigInt::Trace' => undef,
'Math::BigRat' => undef,
+ 'Math::BigRat::Trace' => undef,
'Math::Complex' => undef,
'Math::Trig' => undef,
'Memoize' => undef,