The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.16 - 2011-01-16

  • ENHANCEMENTS
    • the reaping of the child process is now delegated to a special Git::Repository::Command::Reaper object. Code such as my $fh = Git::Repository::Command->new(@cmd)->stdout() will now work as expected.
  • TESTS
    • Test::Git::has_git() now accepts the usual options hash
    • fixed tests to pass again under Perl 5.6.2

Modules

Perl interface to Git repositories
Command objects for running git
Class representing git log data
Split a git log stream into records
Base class for Git::Repository plugins
Add a log() method to Git::Repository
Helper functions for test scripts using Git

Provides

in lib/Git/Repository/Command.pm