From d6a466d771dbdc293e3f83b595b03cf44617cabb Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 29 Jun 2001 03:38:56 +0000 Subject: Bump up the VERSIONs of modules that have changed since 5.6.0, the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016 --- lib/Math/Complex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Math/Complex.pm') diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 9812513656..4634d0f404 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -9,7 +9,7 @@ package Math::Complex; our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf); -$VERSION = 1.31; +$VERSION = 1.32; BEGIN { unless ($^O eq 'unicosmk') { -- cgit v1.2.1