The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.313

  • ENHANCEMENTS
    • Add some more unsupported options to Git::Repository::Log::Iterator constructor's blacklist (BJAKUBSKI, via the January 2016 CPAN PRC)
    • Parse 'from' field in the commit line, and add it as the 'diff_from' attribute to Git::Repository::Log (VYF)
    • Minor documentation improvements
  • TESTS
    • Prevent system/global configs from messing with test expectations
    • Add [Prereqs / TestRequires] section to dist.ini (PSCUST, via the October 2015 CPAN PRC)
    • Use Test::ReportPrereqs instead of ReportVersions::Tiny
  • ACKNOWLEDGEMENT
    • Thanks to NEILB for organizing the CPAN Pull Request Contest, which brought several contributions to this release. Check out http://cpan-prc.org/ and join the fun!

Modules

Class representing git log data
Split a git log stream into records
Add a log() method to Git::Repository