Skip to content

Commit

Permalink
Build results of a9a4660 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 79073c4 commit 35b954d
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 45 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Git-PurePerl-Walker

0.004002 2017-03-09T16:13:09Z a9a4660

0.004001 2017-03-09T16:11:07Z d3f5ed8
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Tests made more portable to older Test::More
Expand Down
24 changes: 12 additions & 12 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,39 +140,39 @@
"provides" : {
"Git::PurePerl::Walker" : {
"file" : "lib/Git/PurePerl/Walker.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Method::FirstParent" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Method::FirstParent::FromHEAD" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::OnCommit::CallBack" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/CallBack.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::OnCommit::List" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/List.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Role::HasRepo" : {
"file" : "lib/Git/PurePerl/Walker/Role/HasRepo.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Role::Method" : {
"file" : "lib/Git/PurePerl/Walker/Role/Method.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Role::OnCommit" : {
"file" : "lib/Git/PurePerl/Walker/Role/OnCommit.pm",
"version" : "0.004001"
"version" : "0.004002"
},
"Git::PurePerl::Walker::Types" : {
"file" : "lib/Git/PurePerl/Walker/Types.pm",
"version" : "0.004001"
"version" : "0.004002"
}
},
"release_status" : "stable",
Expand All @@ -187,7 +187,7 @@
"web" : "https://github.com/kentnl/Git-PurePerl-Walker"
}
},
"version" : "0.004001",
"version" : "0.004002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -744,7 +744,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.004001-source",
"tag" : "0.004002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -838,7 +838,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.004001",
"tag" : "0.004002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
20 changes: 10 additions & 10 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ name: Git-PurePerl-Walker
provides:
Git::PurePerl::Walker:
file: lib/Git/PurePerl/Walker.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Method::FirstParent:
file: lib/Git/PurePerl/Walker/Method/FirstParent.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Method::FirstParent::FromHEAD:
file: lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::OnCommit::CallBack:
file: lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::OnCommit::List:
file: lib/Git/PurePerl/Walker/OnCommit/List.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Role::HasRepo:
file: lib/Git/PurePerl/Walker/Role/HasRepo.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Role::Method:
file: lib/Git/PurePerl/Walker/Role/Method.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Role::OnCommit:
file: lib/Git/PurePerl/Walker/Role/OnCommit.pm
version: '0.004001'
version: '0.004002'
Git::PurePerl::Walker::Types:
file: lib/Git/PurePerl/Walker/Types.pm
version: '0.004001'
version: '0.004002'
recommends:
Moose: '2.000'
Path::Tiny: '0.058'
Expand All @@ -73,4 +73,4 @@ resources:
bugtracker: https://github.com/kentnl/Git-PurePerl-Walker/issues
homepage: https://github.com/kentnl/Git-PurePerl-Walker
repository: https://github.com/kentnl/Git-PurePerl-Walker.git
version: '0.004001'
version: '0.004002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "0.004001",
"VERSION" => "0.004002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Git::PurePerl::Walker;

our $VERSION = '0.004001';
our $VERSION = '0.004002';

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

Expand Down Expand Up @@ -329,7 +329,7 @@ Git::PurePerl::Walker - Walk over a sequence of commits in a Git::PurePerl repo
=head1 VERSION
version 0.004001
version 0.004002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Method/FirstParent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

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

Expand Down Expand Up @@ -148,7 +148,7 @@ Git::PurePerl::Walker::Method::FirstParent - Walk down a tree following the firs
=head1 VERSION
version 0.004001
version 0.004002
=head1 CONSTRUCTOR ARGUMENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

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

Expand Down Expand Up @@ -152,7 +152,7 @@ Git::PurePerl::Walker::Method::FirstParent::FromHEAD - Start at the HEAD of the
=head1 VERSION
version 0.004001
version 0.004002
=head1 INHERITED METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

# ABSTRACT: Execute a sub() for each commit

Expand Down Expand Up @@ -98,7 +98,7 @@ Git::PurePerl::Walker::OnCommit::CallBack - Execute a sub() for each commit
=head1 VERSION
version 0.004001
version 0.004002
=head1 CONSTRUCTOR ARGUMENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/OnCommit/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

# ABSTRACT: Execute an ordered list of OnCommit events.

Expand Down Expand Up @@ -124,7 +124,7 @@ Git::PurePerl::Walker::OnCommit::List - Execute an ordered list of OnCommit even
=head1 VERSION
version 0.004001
version 0.004002
=head1 CONSTRUCTOR ARGUMENTS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Role/HasRepo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

# ABSTRACT: An entity that has a repo

Expand Down Expand Up @@ -83,7 +83,7 @@ Git::PurePerl::Walker::Role::HasRepo - An entity that has a repo
=head1 VERSION
version 0.004001
version 0.004002
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Role/Method.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

# ABSTRACT: A method for traversing a git repository

Expand Down Expand Up @@ -106,7 +106,7 @@ Git::PurePerl::Walker::Role::Method - A method for traversing a git repository
=head1 VERSION
version 0.004001
version 0.004002
=head1 REQUIRES METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Role/OnCommit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

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

Expand Down Expand Up @@ -78,7 +78,7 @@ Git::PurePerl::Walker::Role::OnCommit - An event to execute when a commit is enc
=head1 VERSION
version 0.004001
version 0.004002
=head1 REQUIRES METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Git/PurePerl/Walker/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '0.004001';
our $VERSION = '0.004002';

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

Expand Down Expand Up @@ -44,7 +44,7 @@ Git::PurePerl::Walker::Types - Misc utility types for Git::PurePerl::Walker
=head1 VERSION
version 0.004001
version 0.004002
=head1 AUTHOR
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.004001
0.004002

0.004001 2017-03-09T16:11:07Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.004001
0.004002

0.004001 2017-03-09T16:11:07Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.004001
0.004002

0.004001 2017-03-09T16:11:07Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.004001
0.004002

0.004001 2017-03-09T16:11:07Z
[Added / runtime recommends]
- Moose 2.000
- Path::Tiny 0.058
Expand Down

0 comments on commit 35b954d

Please sign in to comment.