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

0.06 2011/04/10
  - make sure that commands run under the speicified worktree
    directory

0.05 2010/04/19
  - use MRO::Compat explicitly

0.04 2010/02/20
  - fixed pod nits spotted by FWIE

0.03 2009/07/02
  - now ::Worktree takes you back to the previous current directory
    when you demolish an object
  - refactored ::Worktree test (which actually was just a stub)

0.02 2009/06/19
  - ::Worktree shouldn't call system chdir (spotted by Mathieu Bivert)  - added some tests for ::Worktree

0.01 2009/06/11
  - initial release