Skip to content

Commit

Permalink
v0.004000
Browse files Browse the repository at this point in the history
 [00 Minor]
 - Replace Path::Class with Path::Tiny in code and tests.
 - Replace Class::Load with Module::Runtime

 [Dependencies::Stats]
 - Dependencies changed since 0.003001, see misc/*.deps* for details
 - develop: +1 ↑1 (suggests: ↑2)
 - runtime: +2 -2
  • Loading branch information
kentfredric committed Aug 18, 2014
1 parent ce750ec commit 2e367c4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Git-PurePerl-Walker

{{$NEXT}}

0.004000 2014-08-18T05:52:33Z
[00 Minor]
- Replace Path::Class with Path::Tiny in code and tests.
- Replace Class::Load with Module::Runtime
Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker;

our $VERSION = '0.004000';
our $VERSION = '0.004001';

# ABSTRACT: Walk over a sequence of commits in a Git::PurePerl repo

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Method/FirstParent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Method::FirstParent;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: Walk down a tree following the first parent.

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Method::FirstParent::FromHEAD;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: Start at the HEAD of the current repo.

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::OnCommit::CallBack;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: Execute a sub() for each commit

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/OnCommit/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::OnCommit::List;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: Execute an ordered list of OnCommit events.

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Role/HasRepo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Role::HasRepo;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: An entity that has a repo

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Role/Method.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Role::Method;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: A method for traversing a git repository

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Role/OnCommit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Role::OnCommit;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: An event to execute when a commit is encountered

Expand Down
2 changes: 1 addition & 1 deletion lib/Git/PurePerl/Walker/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Git::PurePerl::Walker::Types;

our $VERSION = '0.003002';
our $VERSION = '0.004001';

# ABSTRACT: Misc utility types for Git::PurePerl::Walker

Expand Down

0 comments on commit 2e367c4

Please sign in to comment.