Skip to content

Commit

Permalink
Build results of 6bc4a04 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 5, 2017
1 parent 97138fb commit d463884
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 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 Dist-Zilla-Plugin-lib

0.001002 2017-02-05T12:53:57Z 6bc4a04

0.001001 2017-02-05T12:52:46Z f1ede5c
- Synopsis clarified
- Add a "related reading" section with links to dot-in-INC stuff
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"provides" : {
"Dist::Zilla::Plugin::lib" : {
"file" : "lib/Dist/Zilla/Plugin/lib.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -145,7 +145,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-lib"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -665,7 +665,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -756,7 +756,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Dist-Zilla-Plugin-lib
provides:
Dist::Zilla::Plugin::lib:
file: lib/Dist/Zilla/Plugin/lib.pm
version: '0.001001'
version: '0.001002'
recommends:
Moose: '2.000'
Path::Tiny: '0.058'
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-lib/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-lib
repository: https://github.com/kentnl/Dist-Zilla-Plugin-lib.git
version: '0.001001'
version: '0.001002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.89",
"constant" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::lib;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: A simpler bootstrap for a more civilised world

Expand Down Expand Up @@ -76,7 +76,7 @@ Dist::Zilla::Plugin::lib - A simpler bootstrap for a more civilised world
=head1 VERSION
version 0.001001
version 0.001002
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-02-05T12:52:46Z
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001001
0.001002

0.001001 2017-02-05T12:52:46Z
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001001
0.001002

0.001001 2017-02-05T12:52:46Z
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-02-05T12:52:46Z

0 comments on commit d463884

Please sign in to comment.