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 0.25 - 2013-10-09

  • Update to libgit2 711333e
    • Rename Branch -> tracking() to upstream() (incompatible change)
    • Rename Remote -> fetchspec() to add_fetch and pushspec to add_push() They will not return the remote spec anymore (incompatible change)
  • Enable support for libssh2 at build-time
  • Add support for SSH key credentials via Cred -> keyfile()
  • Add Remote -> callbacks() method
  • Add Remote -> load() method

Modules

Perl bindings to the Git linkable library (libgit2)
Git blob class
Git branch class
Git commit class
Git config class
Git credentials class
Git diff class
Git index class
Git push class
Git refspec class
Git reference class
Git remote class
Git repository class
Git signature class
Git stash class
Git tag class
Git tree class
Git tree entry class
Git revwalker class