summaryrefslogtreecommitdiffstats
path: root/lib/VServer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VServer.pm')
-rw-r--r--lib/VServer.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VServer.pm b/lib/VServer.pm
index 88437d4..22baa0c 100644
--- a/lib/VServer.pm
+++ b/lib/VServer.pm
@@ -1,10 +1,11 @@
#!/usr/bin/perl -T
package VServer;
-our $VERSION = '1.9';
+our $VERSION = '1.10';
use strict;
use warnings;
+use POSIX;
sub get_context_id_by_name($) {
my $vserver = shift;