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 @@ -778,8 +778,8 @@ package Maintainers;
778
778
},
779
779
780
780
' Math::BigInt::FastCalc' => {
781
- ' DISTRIBUTION' => ' PJACKLAM/Math-BigInt-FastCalc-0.5019 .tar.gz' ,
782
- ' SYNCINFO' => ' mauke on Wed Mar 19 06:31:57 2025' ,
781
+ ' DISTRIBUTION' => ' PJACKLAM/Math-BigInt-FastCalc-0.5020 .tar.gz' ,
782
+ ' SYNCINFO' => ' jkeenan on Thu Apr 10 20:46:45 2025' ,
783
783
' FILES' => q[ cpan/Math-BigInt-FastCalc] ,
784
784
' EXCLUDED' => [
785
785
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.5019 ' ;
15
+ our $VERSION = ' 0.5020 ' ;
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