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

Changes for version 1.312

  • ENHANCEMENTS
    • test_repository() uses `git init-db` for init under older git versions (although the test suite hasn't yet been adapted to support really old versions of git)
    • fixed a typo in the error message for test_repository()
  • TESTS
    • made some tests for failure a little more lax when looking for the "fatal:" string in the errput (i.e. look for it at the beginning of any line, not just the firts)
  • DOCUMENTATION
    • various minor documentation improvements
    • the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section

Documentation

Control git from Perl using Git::Repository

Modules

Perl interface to Git repositories
Command objects for running git
Base class for Git::Repository plugins
Helper functions for test scripts using Git