NAME

conan-config

SYNOPSIS

This script is used for updating xen configuration files.

DESCRIPTION

The script takes a key/value pair as the first parameter, followed by a regex that matches a fileset within the basedir of the config.

my $bd = Conan::Configure::Xen->new(basedir => '/tmp')->{basedir};

USAGE

perl scripts/conan-update.pl "version = '2.3'" 'foo0[5-9].cfg'