You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2013/02/21 21:02:22 UTC

svn commit: r1448791 - in /vcl/branches/vcl-2.3-bugfixes/managementnode: bin/ lib/VCL/ lib/VCL/Module/ lib/VCL/Module/OS/ lib/VCL/Module/OS/Linux/ lib/VCL/Module/OS/Windows/ lib/VCL/Module/OS/Windows/Version_5/ lib/VCL/Module/OS/Windows/Version_6/ lib/...

Author: jfthomps
Date: Thu Feb 21 20:02:20 2013
New Revision: 1448791

URL: http://svn.apache.org/r1448791
Log:
updated $VERSION from 2.3.1 to 2.3.2

Modified:
    vcl/branches/vcl-2.3-bugfixes/managementnode/bin/health_check.pl
    vcl/branches/vcl-2.3-bugfixes/managementnode/bin/monitor_vcld.pl
    vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/DataStructure.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ESXi.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ManagementNode.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/OSX.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_0.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_1.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/Lab.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VMware.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vSphere_SDK.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt/KVM.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/vbox.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT2.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Semaphore.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/State.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/blockrequest.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/healthcheck.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/image.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/inuse.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/makeproduction.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reclaim.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reserved.pm
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/utils.pm

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/bin/health_check.pl
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/bin/health_check.pl?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/bin/health_check.pl (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/bin/health_check.pl Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/bin/monitor_vcld.pl
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/bin/monitor_vcld.pl?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/bin/monitor_vcld.pl (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/bin/monitor_vcld.pl Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/DataStructure.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/DataStructure.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/DataStructure.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/DataStructure.pm Thu Feb 21 20:02:20 2013
@@ -66,7 +66,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module.pm Thu Feb 21 20:02:20 2013
@@ -74,7 +74,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ESXi.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ESXi.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ESXi.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ESXi.pm Thu Feb 21 20:02:20 2013
@@ -44,7 +44,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Linux);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ManagementNode.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ManagementNode.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ManagementNode.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/ManagementNode.pm Thu Feb 21 20:02:20 2013
@@ -44,7 +44,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Linux);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Linux);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Linux/UnixLab.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Linux);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/OSX.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/OSX.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/OSX.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/OSX.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows.pm Thu Feb 21 20:02:20 2013
@@ -44,7 +44,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm Thu Feb 21 20:02:20 2013
@@ -44,7 +44,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Windows);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../../..";
 use base qw(VCL::Module::OS::Windows::Version_5);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../../..";
 use base qw(VCL::Module::OS::Windows::Version_5);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm Thu Feb 21 20:02:20 2013
@@ -45,7 +45,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::OS::Windows);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../../..";
 use base qw(VCL::Module::OS::Windows::Version_6);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../../..";
 use base qw(VCL::Module::OS::Windows::Version_6);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../../../..";
 use base qw(VCL::Module::OS::Windows::Version_6);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_0.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_0.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_0.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_0.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Predictive);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_1.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_1.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_1.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Predictive/Level_1.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Predictive);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/Lab.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/Lab.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/Lab.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/Lab.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VIM_SSH.pm Thu Feb 21 20:02:20 2013
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning::VMware::VMware);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VMware.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VMware.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VMware.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/VMware.pm Thu Feb 21 20:02:20 2013
@@ -49,7 +49,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vSphere_SDK.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vSphere_SDK.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vSphere_SDK.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vSphere_SDK.pm Thu Feb 21 20:02:20 2013
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning::VMware::VMware);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/VMware/vmware_cmd.pm Thu Feb 21 20:02:20 2013
@@ -46,7 +46,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning::VMware::VMware);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt.pm Thu Feb 21 20:02:20 2013
@@ -46,7 +46,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt/KVM.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt/KVM.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt/KVM.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/libvirt/KVM.pm Thu Feb 21 20:02:20 2013
@@ -42,7 +42,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning::libvirt);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/vbox.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/vbox.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/vbox.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/vbox.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT.pm Thu Feb 21 20:02:20 2013
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT2.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT2.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT2.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT2.pm Thu Feb 21 20:02:20 2013
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning::xCAT);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm Thu Feb 21 20:02:20 2013
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning::xCAT);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Semaphore.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Semaphore.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Semaphore.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/Semaphore.pm Thu Feb 21 20:02:20 2013
@@ -50,7 +50,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/State.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/State.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/State.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/State.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/blockrequest.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/blockrequest.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/blockrequest.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/blockrequest.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/healthcheck.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/healthcheck.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/healthcheck.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/healthcheck.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/image.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/image.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/image.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/image.pm Thu Feb 21 20:02:20 2013
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/inuse.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/inuse.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/inuse.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/inuse.pm Thu Feb 21 20:02:20 2013
@@ -70,7 +70,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/makeproduction.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/makeproduction.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/makeproduction.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/makeproduction.pm Thu Feb 21 20:02:20 2013
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm Thu Feb 21 20:02:20 2013
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reclaim.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reclaim.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reclaim.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reclaim.pm Thu Feb 21 20:02:20 2013
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reserved.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reserved.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reserved.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/reserved.pm Thu Feb 21 20:02:20 2013
@@ -61,7 +61,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/utils.pm
URL: http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/utils.pm?rev=1448791&r1=1448790&r2=1448791&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/utils.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/utils.pm Thu Feb 21 20:02:20 2013
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3.1';
+our $VERSION = '2.3.2';
 
 # Specify the version of Perl to use
 use 5.008000;