From 1bc6b32c00831fcbf45413bd1e7d5ea44bff81ab Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 1 Mar 2023 09:50:56 +1100 Subject: bump $Math::{Complex,Trig}::VERSION --- dist/Math-Complex/lib/Math/Complex.pm | 2 +- dist/Math-Complex/lib/Math/Trig.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/Math-Complex/lib/Math/Complex.pm b/dist/Math-Complex/lib/Math/Complex.pm index 2c48310fe9..e6d15b70b9 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.61; +our $VERSION = 1.62; use Config; diff --git a/dist/Math-Complex/lib/Math/Trig.pm b/dist/Math-Complex/lib/Math/Trig.pm index 5745ae14d8..cabed122cf 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.61; +our $VERSION = 1.62; my @angcnv = qw(rad2deg rad2grad deg2rad deg2grad -- cgit v1.2.1