You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2012/12/10 21:38:58 UTC

svn commit: r1419742 - 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: arkurth
Date: Mon Dec 10 20:38:49 2012
New Revision: 1419742

URL: http://svn.apache.org/viewvc?rev=1419742&view=rev
Log:
Changed $VERSION line in backend Perl files from 2.3 to 2.3.1.

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/   (props changed)
    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   (contents, props changed)
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm   (contents, props changed)
    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   (contents, props changed)
    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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/bin/vcld Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../lib";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # Specify the version of Perl to use
 use 5.008000;

Propchange: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/
------------------------------------------------------------------------------
    svn:mergeinfo = /vcl/trunk/managementnode/lib/VCL:1378995,1383454

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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -66,7 +66,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -74,7 +74,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -44,7 +44,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::OS);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # Specify the version of Perl to use
 use 5.008000;

Propchange: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm
            ('svn:mergeinfo' removed)

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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # Specify the version of Perl to use
 use 5.008000;

Propchange: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm
            ('svn:mergeinfo' removed)

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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # Specify the version of Perl to use
 use 5.008000;

Propchange: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm
            ('svn:mergeinfo' removed)

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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Predictive);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Predictive);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -49,7 +49,7 @@ use lib "$FindBin::Bin/../../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -46,7 +46,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -47,7 +47,7 @@ use lib "$FindBin::Bin/../../..";
 use base qw(VCL::Module::Provisioning);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -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';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -50,7 +50,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/../..";
 use base qw(VCL::Module);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -70,7 +70,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -57,7 +57,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -61,7 +61,7 @@ use lib "$FindBin::Bin/..";
 use base qw(VCL::Module::State);
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # 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=1419742&r1=1419741&r2=1419742&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 Mon Dec 10 20:38:49 2012
@@ -43,7 +43,7 @@ use lib "$FindBin::Bin/..";
 use base qw();
 
 # Specify the version of this module
-our $VERSION = '2.3';
+our $VERSION = '2.3.1';
 
 # Specify the version of Perl to use
 use 5.008000;