diff --git a/debian/changelog b/debian/changelog index d7b7436..5f2576a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-vmware (1.0.26) stable; urgency=low +vn-vmware (1.0.27) stable; urgency=low * Initial Release. diff --git a/vn-vmware.pl b/vn-vmware.pl index 4ee285e..e5c2d3d 100755 --- a/vn-vmware.pl +++ b/vn-vmware.pl @@ -19,7 +19,7 @@ use List::Util qw(min max); use constant false => 0; use constant true => 1; -# Perl config file +# Perl configuration file my %config; my @config_files = ( @@ -168,7 +168,6 @@ my $overwrite = Opts::option_is_set('overwrite'); my $poweron = Opts::option_is_set('poweron'); my $snapshot_name = Opts::get_option('snapshot-name'); my $snapshot_desc = Opts::get_option('snapshot-desc'); -my $verbose = Opts::get_option('verbose'); my $vm; my $remote_host;