Git

 view release on metacpan or  search on metacpan

lib/Git/IndexInfo.pm  view on Meta::CPAN

}

sub remove {
	my ($self, $path) = @_;
	if (print { $self->{gui} } '0 ', 0 x 40, "\t", $path, "\0") {
		return ++$self->{nr};
	}
	undef;
}

sub update {
	my ($self, $mode, $hash, $path) = @_;
	if (print { $self->{gui} } $mode, ' ', $hash, "\t", $path, "\0") {
		return ++$self->{nr};
	}
	undef;
}

sub DESTROY {
	my ($self) = @_;
	command_close_pipe($self->{gui}, $self->{ctx});

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.971 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )