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

Changes for version 1.319 - 2016-05-18

  • DEPRECATION
    • The has_git() test function from Test::Git is now obsoleted by Test::Requires::Git. It will issue a warning for now, and will be removed in a future version.
  • DOCUMENTATION
    • Added tutorial entry "Initialize a test repository with a bundle"
    • Updated the "Sort git versions" tutorial entry with Git::Version::Compare
  • TESTS
    • Use Test::Requires::Git instead of has_git to check if git is available
    • Fix a number of failing tests related to an incorrect plan (oops) or local git commit hooks.

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

Examples