diff options
author | jeff <jeff> | 2006-11-18 02:17:58 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-11-18 02:17:58 +0000 |
commit | 79a393425645b123a1833e5b65dcb1683bbdccf5 (patch) | |
tree | 93bab209f85e8bd2adbfdc70f1a01e0cd21df45b /lib/Net/Plesk.pm | |
parent | 69bf46aa820bb3378944e0646398c4f093234783 (diff) |
include templating on domain addition and make web hosting optional
Diffstat (limited to 'lib/Net/Plesk.pm')
-rw-r--r-- | lib/Net/Plesk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/Plesk.pm b/lib/Net/Plesk.pm index 3e78963..62a6811 100644 --- a/lib/Net/Plesk.pm +++ b/lib/Net/Plesk.pm @@ -24,9 +24,9 @@ use Net::Plesk::Method::client_ippool_add_ip; @ISA = qw(Exporter); -$VERSION = '0.01'; +$VERSION = '0.02'; -$PROTO_VERSION = '1.4.0.0'; +$PROTO_VERSION = '1.4.1.0'; $DEBUG = 1; |