Conan

 view release on metacpan or  search on metacpan

lib/Conan/Promote/Xen.pm  view on Meta::CPAN


sub new {
	my $class = shift;
	my $args = {
		@_,
	};

	return bless $args => $class;
}

sub update_image {
	my $self = shift;
	my ($node, $target) = @_;

	print "D: Upgrading $node to $target\n";
}

1;



( run in 0.475 second using v1.01-cache-2.11-cpan-95122f20152 )