Skip to content

Commit

Permalink
Build results of 55da69d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed May 29, 2012
2 parents 38863d1 + 55da69d commit a26623f
Show file tree
Hide file tree
Showing 35 changed files with 604 additions and 122 deletions.
4 changes: 2 additions & 2 deletions Build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sub magic_number_matches {
open FH, '_build/magicnum' or return 0;
my $filenum = <FH>;
close FH;
return $filenum == 88224;
return $filenum == 78194;
}

my $progname;
Expand All @@ -20,7 +20,7 @@ BEGIN {
$^W = 1; # Use warnings
$progname = basename($0);
$orig_dir = Cwd::cwd();
my $base_dir = '/home/kent/perl/Git-PurePerl-Walker/Git-PurePerl-Walker-0.001001';
my $base_dir = '/home/kent/perl/Git-PurePerl-Walker/Git-PurePerl-Walker-0.001002';
if (!magic_number_matches()) {
unless (chdir($base_dir)) {
die ("Couldn't chdir($base_dir), aborting\n");
Expand Down
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Git-PurePerl-Walker",
"dist_version" => "0.001001",
"dist_version" => "0.001002",
"license" => "perl",
"module_name" => "Git::PurePerl::Walker",
"recommends" => {},
Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release history for Git-PurePerl-Walker

0.001002 2012-05-29T07:28:29Z
- Greatly improve core documentation of ::Walker, covering user consumable
parts.

0.001001 2012-05-29T05:23:43Z
- Added an example utility in example/ which demonstrates using the tool
for a simplistic drop-in replacement for "git log", except with far more
Expand Down
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,35 +67,35 @@
"provides" : {
"Git::PurePerl::Walker" : {
"file" : "lib/Git/PurePerl/Walker.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Method::FirstParent" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::OnCommit::CallBack" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/CallBack.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::OnCommit::List" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/List.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::HasRepo" : {
"file" : "lib/Git/PurePerl/Walker/Role/HasRepo.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::Method" : {
"file" : "lib/Git/PurePerl/Walker/Role/Method.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::OnCommit" : {
"file" : "lib/Git/PurePerl/Walker/Role/OnCommit.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Types" : {
"file" : "lib/Git/PurePerl/Walker/Types.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -107,7 +107,7 @@
"web" : "https://github.com/kentfredric/Git-PurePerl-Walker"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"modules" : {
"Archive::Tar" : "1.86",
Expand Down
18 changes: 9 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ name: Git-PurePerl-Walker
provides:
Git::PurePerl::Walker:
file: lib/Git/PurePerl/Walker.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Method::FirstParent:
file: lib/Git/PurePerl/Walker/Method/FirstParent.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::OnCommit::CallBack:
file: lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::OnCommit::List:
file: lib/Git/PurePerl/Walker/OnCommit/List.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::HasRepo:
file: lib/Git/PurePerl/Walker/Role/HasRepo.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::Method:
file: lib/Git/PurePerl/Walker/Role/Method.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::OnCommit:
file: lib/Git/PurePerl/Walker/Role/OnCommit.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Types:
file: lib/Git/PurePerl/Walker/Types.pm
version: 0.001001
version: 0.001002
requires:
Class::Load: 0
Git::PurePerl: 0
Expand All @@ -62,7 +62,7 @@ requires:
resources:
homepage: https://github.com/kentfredric/Git-PurePerl-Walker
repository: https://github.com/kentfredric/Git-PurePerl-Walker.git
version: 0.001001
version: 0.001002
x_BuiltWith:
modules:
Archive::Tar: 1.86
Expand Down
18 changes: 9 additions & 9 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@
"provides" : {
"Git::PurePerl::Walker" : {
"file" : "lib/Git/PurePerl/Walker.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Method::FirstParent" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::OnCommit::CallBack" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/CallBack.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::OnCommit::List" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/List.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::HasRepo" : {
"file" : "lib/Git/PurePerl/Walker/Role/HasRepo.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::Method" : {
"file" : "lib/Git/PurePerl/Walker/Role/Method.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Role::OnCommit" : {
"file" : "lib/Git/PurePerl/Walker/Role/OnCommit.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Git::PurePerl::Walker::Types" : {
"file" : "lib/Git/PurePerl/Walker/Types.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -90,7 +90,7 @@
"url" : "https://github.com/kentfredric/Git-PurePerl-Walker.git"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"modules" : {
"Archive::Tar" : "1.86",
Expand Down
18 changes: 9 additions & 9 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ name: Git-PurePerl-Walker
provides:
Git::PurePerl::Walker:
file: lib/Git/PurePerl/Walker.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Method::FirstParent:
file: lib/Git/PurePerl/Walker/Method/FirstParent.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::OnCommit::CallBack:
file: lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::OnCommit::List:
file: lib/Git/PurePerl/Walker/OnCommit/List.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::HasRepo:
file: lib/Git/PurePerl/Walker/Role/HasRepo.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::Method:
file: lib/Git/PurePerl/Walker/Role/Method.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Role::OnCommit:
file: lib/Git/PurePerl/Walker/Role/OnCommit.pm
version: 0.001001
version: 0.001002
Git::PurePerl::Walker::Types:
file: lib/Git/PurePerl/Walker/Types.pm
version: 0.001001
version: 0.001002
requires:
Class::Load: 0
Git::PurePerl: 0
Expand All @@ -62,7 +62,7 @@ requires:
resources:
homepage: https://github.com/kentfredric/Git-PurePerl-Walker
repository: https://github.com/kentfredric/Git-PurePerl-Walker.git
version: 0.001001
version: 0.001002
x_BuiltWith:
modules:
Archive::Tar: 1.86
Expand Down
Loading

0 comments on commit a26623f

Please sign in to comment.