summaryrefslogtreecommitdiff
path: root/lib/Math/Complex.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-29 03:38:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-29 03:38:56 +0000
commitd6a466d771dbdc293e3f83b595b03cf44617cabb (patch)
tree070a190c3592fb1ef216b61ebf315f0d819b5951 /lib/Math/Complex.pm
parent199566928fd3000f78b2b73ac518cc24c1c23c98 (diff)
downloadperl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz
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
Diffstat (limited to 'lib/Math/Complex.pm')
-rw-r--r--lib/Math/Complex.pm2
1 files changed, 1 insertions, 1 deletions
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') {