App-SVN-Bisect
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/SVN/Bisect.pm view on Meta::CPAN
=head1 SUBVERSION ACCESSOR METHODS
=head2 update_to
$self->update_to(25000);
Calls 'svn update' to move to the specified revision.
=cut
sub update_to {
my ($self, $rev) = @_;
my $cmd = "svn update -r$rev";
$self->cmd($cmd);
}
=head2 fetch_log_revs
my $hashref = $self->fetch_log_revs();
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.478 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )