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

Changes for version 1.304

  • ENHANCEMENTS
    • the new 'fatal' option makes it possible to define in detail which exit status codes will make run() die, in addition to the defaults 128 and 129 (many thanks to Grant McLean for a great discussion about this, which inspired the feature)
  • DOCUMENTATION
    • add a section about 'fatal' in Git::Repository::Tutorial
  • TESTS
    • let Dist::Zilla manage the author tests
    • fixed tests with older gits, and also moved requirements for some tests a little bit further in the past
    • tested against 326 versions of git (including all RC), from 1.5.0.rc0 to 1.8.3.rc3

Documentation

Control git from Perl using Git::Repository

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