File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cpan/Math-BigInt-FastCalc/lib/Math/BigInt Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -776,8 +776,8 @@ package Maintainers;
776
776
},
777
777
778
778
' Math::BigInt::FastCalc' => {
779
- ' DISTRIBUTION' => ' PJACKLAM/Math-BigInt-FastCalc-0.5018 .tar.gz' ,
780
- ' SYNCINFO' => ' corion on Thu Jan 11 20:24:21 2024 ' ,
779
+ ' DISTRIBUTION' => ' PJACKLAM/Math-BigInt-FastCalc-0.5019 .tar.gz' ,
780
+ ' SYNCINFO' => ' mauke on Wed Mar 19 06:31:57 2025 ' ,
781
781
' FILES' => q[ cpan/Math-BigInt-FastCalc] ,
782
782
' EXCLUDED' => [
783
783
qr { ^inc/} ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BEGIN {
12
12
our @ISA = qw< Math::BigInt::Calc > ;
13
13
}
14
14
15
- our $VERSION = ' 0.5018 ' ;
15
+ our $VERSION = ' 0.5019 ' ;
16
16
17
17
my $MAX_EXP_F ; # the maximum possible base 10 exponent with "no integer"
18
18
my $MAX_EXP_I ; # the maximum possible base 10 exponent with "use integer"
You can’t perform that action at this time.
0 commit comments