summaryrefslogtreecommitdiff
path: root/lib/Math/Complex.pm
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-01-14 18:12:18 +0000
committerSteve Hay <SteveHay@planit.com>2009-01-14 18:12:18 +0000
commit1e98a568fc7f77573643406492540266e2a7c858 (patch)
tree5ff253913b5ff14e4207bfc2bce93b27008908c6 /lib/Math/Complex.pm
parent7e4d713840adceb97ef79df9b2a4d5046a2a3c79 (diff)
downloadperl-1e98a568fc7f77573643406492540266e2a7c858.tar.gz
Upgrade to Math-Complex-1.55
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 523b11c5e7..7d05a44b23 100644
--- a/lib/Math/Complex.pm
+++ b/lib/Math/Complex.pm
@@ -9,7 +9,7 @@ package Math::Complex;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $Inf $ExpInf);
-$VERSION = 1.54;
+$VERSION = 1.55;
use Config;