The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Git::Repository::Plugin::Test:

0.006 2012-12-30
 - Prevent Git::Repository::Plugin::File from incorrectly being specified as a
   dependency.

0.005 2012-12-30
 - Fix circular dependency caused by using Git::Repository::Plugin::File.

0.004 2012-12-28
 - Add new methods: branch_exists, branch_not_exists.
 - Split methods across two plugins: Test and TestSetUp.
   Test: run_exit_ok, run_exit_is
   TestSetUp: new_tmp_repo, init_tmp_repo, install_hook, clone_tmp_repo

0.003 2012-12-27
 - Add new method: clone_tmp_repo.
 - Improve test coverage.

0.002 2012-12-25
 - Add several new methods: new_tmp_repo, init_tmp_repo, and install_hook.

0.001 2012-12-22
 - Initial release.