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
- Git::Repository::Tutorial - Control git from Perl using Git::Repository
Modules
- Git::Repository - Perl interface to Git repositories
- Git::Repository::Command - Command objects for running git
- Git::Repository::Log - Class representing git log data
- Git::Repository::Log::Iterator - Split a git log stream into records
- Git::Repository::Plugin - Base class for Git::Repository plugins
- Git::Repository::Plugin::Log - Add a log() method to Git::Repository
- Test::Git - Helper functions for test scripts using Git