summaryrefslogtreecommitdiff
path: root/dist/Math-Complex
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-12-30 16:39:51 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-12-31 20:10:11 -0500
commit7eba531be05d7470ade04ba4a80179f53cd4d871 (patch)
tree560dd2eeb9610014db6c32081ca335277a5fb417 /dist/Math-Complex
parent5d022c090c6b059cb80c54012b8481b3ae678802 (diff)
downloadperl-7eba531be05d7470ade04ba4a80179f53cd4d871.tar.gz
Math-Complex: Standardize $VERSION at 1.60
Dual-life distribution Math-Complex is now maintained by Perl 5 Porters in blead and subsequently released to CPAN. The two modules in this distribution, Math::Complex and Math::Trig, previously incremented their version numbers independently of each other. However, in blead we generally try to keep all .pm files at the same $VERSION. So let's standardize these modules at one number and keep them in sync going forward. Once we've done this, we can manually resolve the version conflicts in https://github.com/Perl/perl5/pull/20212 and merge that p.r. into blead.
Diffstat (limited to 'dist/Math-Complex')
-rw-r--r--dist/Math-Complex/lib/Math/Complex.pm2
-rw-r--r--dist/Math-Complex/lib/Math/Trig.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/Math-Complex/lib/Math/Complex.pm b/dist/Math-Complex/lib/Math/Complex.pm
index 498b0dcf33..e143966249 100644
--- a/dist/Math-Complex/lib/Math/Complex.pm
+++ b/dist/Math-Complex/lib/Math/Complex.pm
@@ -10,7 +10,7 @@ package Math::Complex;
{ use 5.006; }
use strict;
-our $VERSION = 1.59_03;
+our $VERSION = 1.60;
use Config;
diff --git a/dist/Math-Complex/lib/Math/Trig.pm b/dist/Math-Complex/lib/Math/Trig.pm
index 91b43dd8f4..4bd90fbd67 100644
--- a/dist/Math-Complex/lib/Math/Trig.pm
+++ b/dist/Math-Complex/lib/Math/Trig.pm
@@ -15,7 +15,7 @@ require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = 1.24;
+our $VERSION = 1.60;
my @angcnv = qw(rad2deg rad2grad
deg2rad deg2grad