Skip to content

Commit

Permalink
Build results of 2b7962d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 15, 2014
1 parent 3e2b42a commit ad4a45f
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 37 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Revision history for Dist-Zilla-Plugin-Bootstrap-lib

1.000003 2014-07-15T12:39:08Z
[00 Trivial]
- use newer Role::Bootstrap ( closes #1 )

[Dependencies::Stats]
- Dependencies changed since 1.000002, see misc/*.deps* for details
- develop: (suggests: ↑1)
- runtime: ↑1

1.000002 2014-07-15T07:33:24Z
[00 Trivial]
- Misc packaging cleanups
Expand Down
37 changes: 24 additions & 13 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016002"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003"
}
},
"runtime" : {
"requires" : {
"Dist::Zilla::Role::Bootstrap" : "0",
"Dist::Zilla::Role::Bootstrap" : "1.000000",
"Moose" : "0",
"perl" : "5.008",
"strict" : "0",
Expand Down Expand Up @@ -113,22 +113,22 @@
"provides" : {
"Dist::Zilla::Plugin::Bootstrap::lib" : {
"file" : "lib/Dist/Zilla/Plugin/Bootstrap/lib.pm",
"version" : "1.000002"
"version" : "1.000003"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib/issues"
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib/issues"
},
"homepage" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib",
"homepage" : "https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib",
"repository" : {
"type" : "git",
"url" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib.git",
"web" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib"
"url" : "https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib.git",
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib"
}
},
"version" : "1.000002",
"version" : "1.000003",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.141520",
Expand Down Expand Up @@ -177,8 +177,8 @@
"Dist::Zilla::Plugin::TestRelease" : "5.019",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.019",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016002",
"Dist::Zilla::Role::Bootstrap" : "1.000001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003",
"Dist::Zilla::Role::Bootstrap" : "1.000002",
"ExtUtils::MakeMaker" : "6.98",
"File::Copy::Recursive" : "0.38",
"File::Spec::Functions" : "3.48",
Expand Down Expand Up @@ -233,7 +233,7 @@
}
},
"name" : "Bootstrap::lib",
"version" : "1.000001"
"version" : "1.000002"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
Expand Down Expand Up @@ -635,7 +635,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000002-source",
"tag" : "1.000003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -706,7 +706,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000002",
"tag" : "1.000003",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -785,6 +785,17 @@
"name" : "@Author::KENTNL/::Role::BundleDeps",
"version" : "5.019"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "requires"
}
},
"name" : "Prereqs",
"version" : "5.019"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
Expand Down
30 changes: 19 additions & 11 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ name: Dist-Zilla-Plugin-Bootstrap-lib
provides:
Dist::Zilla::Plugin::Bootstrap::lib:
file: lib/Dist/Zilla/Plugin/Bootstrap/lib.pm
version: '1.000002'
version: '1.000003'
requires:
Dist::Zilla::Role::Bootstrap: '0'
Dist::Zilla::Role::Bootstrap: '1.000000'
Moose: '0'
perl: '5.008'
strict: '0'
utf8: '0'
warnings: '0'
resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib/issues
homepage: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib
repository: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib.git
version: '1.000002'
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Bootstrap-lib.git
version: '1.000003'
x_BuiltWith:
modules:
CPAN::Meta: '2.141520'
Expand Down Expand Up @@ -87,8 +87,8 @@ x_BuiltWith:
Dist::Zilla::Plugin::TestRelease: '5.019'
Dist::Zilla::Plugin::Twitter: '0.025'
Dist::Zilla::Plugin::UploadToCPAN: '5.019'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.016002'
Dist::Zilla::Role::Bootstrap: '1.000001'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.016003'
Dist::Zilla::Role::Bootstrap: '1.000002'
ExtUtils::MakeMaker: '6.98'
File::Copy::Recursive: '0.38'
File::Spec::Functions: '3.48'
Expand Down Expand Up @@ -135,7 +135,7 @@ x_Dist_Zilla:
try_built: ~
try_built_method: mtime
name: Bootstrap::lib
version: '1.000001'
version: '1.000002'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Author::KENTNL/MetaConfig'
Expand Down Expand Up @@ -444,7 +444,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: 0
tag: 1.000002-source
tag: 1.000003-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -498,7 +498,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: 0
tag: '1.000002'
tag: '1.000003'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -556,6 +556,14 @@ x_Dist_Zilla:
type: requires
name: '@Author::KENTNL/::Role::BundleDeps'
version: '5.019'
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: runtime
type: requires
name: Prereqs
version: '5.019'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl",
"NAME" => "Dist::Zilla::Plugin::Bootstrap::lib",
"PREREQ_PM" => {
"Dist::Zilla::Role::Bootstrap" => 0,
"Dist::Zilla::Role::Bootstrap" => "1.000000",
"Moose" => 0,
"strict" => 0,
"utf8" => 0,
Expand All @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.89",
"version" => 0
},
"VERSION" => "1.000002",
"VERSION" => "1.000003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand All @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (

my %FallbackPrereqs = (
"Cwd" => 0,
"Dist::Zilla::Role::Bootstrap" => 0,
"Dist::Zilla::Role::Bootstrap" => "1.000000",
"ExtUtils::MakeMaker" => 0,
"File::Copy::Recursive" => 0,
"File::Spec::Functions" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
Dist::Zilla Plug-ins.

VERSION
version 1.000002
version 1.000003

SYNOPSIS
[Bootstrap::lib]
Expand Down
5 changes: 4 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.016002
Dist::Zilla::PluginBundle::Author::KENTNL = 2.016003

[MinimumPerl / @Author::KENTNL/MinimumPerl]

Expand Down Expand Up @@ -187,3 +187,6 @@ Dist::Zilla::Plugin::Test::ReportPrereqs = 0
Dist::Zilla::Plugin::TestRelease = 0
Dist::Zilla::Plugin::Twitter = 0
Dist::Zilla::Plugin::UploadToCPAN = 0

[Prereqs]
Dist::Zilla::Role::Bootstrap = 1.000000
3 changes: 3 additions & 0 deletions dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ copyfiles = LICENSE
srcreadme = mkdn
bumpversions = 1

[Prereqs]
Dist::Zilla::Role::Bootstrap = 1.000000

;version_major = 0
;version_minor = 1
; the following data denotes when this minor was minted
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Bootstrap/lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use utf8;
package Dist::Zilla::Plugin::Bootstrap::lib;
## use critic;

our $VERSION = '1.000002';
our $VERSION = '1.000003';

# ABSTRACT: A minimal boot-strapping for Dist::Zilla Plug-ins.

Expand Down Expand Up @@ -199,7 +199,7 @@ Dist::Zilla::Plugin::Bootstrap::lib - A minimal boot-strapping for Dist::Zilla P
=head1 VERSION
version 1.000002
version 1.000003
=head1 SYNOPSIS
Expand Down
6 changes: 5 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000002
1.000003
[Changed / runtime requires]
- Dist::Zilla::Role::Bootstrap 0 → 1.000000

1.000002 2014-07-15T07:33:24Z

1.000001 2014-04-05T11:36:12Z
[Added / test requires]
Expand Down
9 changes: 8 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.000002
1.000003
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.016002 → 2.016003

[Changed / runtime requires]
- Dist::Zilla::Role::Bootstrap 0 → 1.000000

1.000002 2014-07-15T07:33:24Z
[Added / develop requires]
- Dist::Zilla::Plugin::BumpVersionAfterRelease
- Dist::Zilla::Plugin::CopyFilesFromBuild
Expand Down
6 changes: 5 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000002
1.000003
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.016002 → 2.016003

1.000002 2014-07-15T07:33:24Z
[Added / develop requires]
- Dist::Zilla::Plugin::BumpVersionAfterRelease
- Dist::Zilla::Plugin::CopyFilesFromBuild
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)

1.000002
1.000003

1.000002 2014-07-15T07:33:24Z
[Changed / configure recommends]
- ExtUtils::MakeMaker 6.94 → 6.98

Expand Down
4 changes: 2 additions & 2 deletions t/00-report-prereqs.t
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ my $static_prereqs = do { my $x = {
},
'suggests' => {
'Dist::Zilla::App::Command::bakeini' => '0.001001',
'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.016002'
'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.016003'
}
},
'runtime' => {
'requires' => {
'Dist::Zilla::Role::Bootstrap' => '0',
'Dist::Zilla::Role::Bootstrap' => '1.000000',
'Moose' => '0',
'perl' => '5.008',
'strict' => '0',
Expand Down

0 comments on commit ad4a45f

Please sign in to comment.