Skip to content

Commit

Permalink
Build results of c631e57 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 28, 2014
1 parent 4732fa2 commit 38df2c0
Show file tree
Hide file tree
Showing 27 changed files with 420 additions and 308 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Release history for Dist-Zilla-Plugin-if

0.002000 2014-08-28T01:45:46Z
[00 Minor]
- Rewrite internals in terms of Role::PluginLoader
- Add if::not

[Dependencies::Stats]
- Dependencies changed since 0.001000, see misc/*.deps* for details
- runtime: +1 -2

0.001000 2014-08-26T07:55:43Z
- First version.

24 changes: 18 additions & 6 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,30 @@ README
dist.ini
dist.ini.meta
lib/Dist/Zilla/Plugin/if.pm
lib/Dist/Zilla/Plugin/if/not.pm
maint/perlcritic.rc.gen.pl
misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_Dist_Zilla_Plugin_if_not_pm.t
t/00-compile/lib_Dist_Zilla_Plugin_if_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/env-disable.t
t/no-plugin.t
t/pass-args.t
t/plugin-doublelevel.t
t/plugin-only-2.t
t/plugin-only.t
t/if/env-disable.t
t/if/no-plugin.t
t/if/pass-args.t
t/if/plugin-doublelevel.t
t/if/plugin-only-2.t
t/if/plugin-only.t
t/ifnot/env-disable.t
t/ifnot/no-plugin.t
t/ifnot/pass-args.t
t/ifnot/plugin-doublelevel.t
t/ifnot/plugin-only-2.t
t/ifnot/plugin-only.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
Expand Down
27 changes: 15 additions & 12 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@
},
"runtime" : {
"requires" : {
"Dist::Zilla::Role::PrereqSource" : "0",
"Dist::Zilla::Role::PluginLoader::Configurable" : "0",
"Dist::Zilla::Util" : "0",
"Dist::Zilla::Util::ConfigDumper" : "0",
"Eval::Closure" : "0",
"MooX::Lsub" : "0",
"Moose" : "0",
"perl" : "5.010",
"strict" : "0",
Expand All @@ -113,7 +112,11 @@
"provides" : {
"Dist::Zilla::Plugin::if" : {
"file" : "lib/Dist/Zilla/Plugin/if.pm",
"version" : "0.001000"
"version" : "0.002000"
},
"Dist::Zilla::Plugin::if::not" : {
"file" : "lib/Dist/Zilla/Plugin/if/not.pm",
"version" : "0.002000"
}
},
"release_status" : "stable",
Expand All @@ -128,7 +131,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-if"
}
},
"version" : "0.001000",
"version" : "0.002000",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -170,22 +173,21 @@
"Dist::Zilla::Plugin::RunExtraTests" : "0.022",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002002",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.10",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.11",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
"Dist::Zilla::Plugin::TestRelease" : "5.020",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.020",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.020000",
"Dist::Zilla::Role::PrereqSource" : "5.020",
"Dist::Zilla::Role::PluginLoader::Configurable" : "0.001000",
"Dist::Zilla::Util" : "5.020",
"Dist::Zilla::Util::ConfigDumper" : "0.003000",
"Dist::Zilla::Util::ConfigDumper" : "0.003001",
"Dist::Zilla::Util::Test::KENTNL" : "1.002000",
"Eval::Closure" : "0.11",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.49",
"MooX::Lsub" : "0.001003",
"Moose" : "2.1211",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CPAN::Changes" : "0.30",
Expand Down Expand Up @@ -370,7 +372,7 @@
}
},
"name" : "@Author::KENTNL/Test::Kwalitee",
"version" : "2.10"
"version" : "2.11"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
Expand All @@ -392,7 +394,8 @@
"config" : {
"Dist::Zilla::Plugin::Test::Compile::PerFile" : {
"file" : [
"lib/Dist/Zilla/Plugin/if.pm"
"lib/Dist/Zilla/Plugin/if.pm",
"lib/Dist/Zilla/Plugin/if/not.pm"
],
"path_translator" : "base64_filter",
"prefix" : "t/00-compile",
Expand Down Expand Up @@ -651,7 +654,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001000-source",
"tag" : "0.002000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -722,7 +725,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001000",
"tag" : "0.002000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
24 changes: 13 additions & 11 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ name: Dist-Zilla-Plugin-if
provides:
Dist::Zilla::Plugin::if:
file: lib/Dist/Zilla/Plugin/if.pm
version: '0.001000'
version: '0.002000'
Dist::Zilla::Plugin::if::not:
file: lib/Dist/Zilla/Plugin/if/not.pm
version: '0.002000'
requires:
Dist::Zilla::Role::PrereqSource: '0'
Dist::Zilla::Role::PluginLoader::Configurable: '0'
Dist::Zilla::Util: '0'
Dist::Zilla::Util::ConfigDumper: '0'
Eval::Closure: '0'
MooX::Lsub: '0'
Moose: '0'
perl: '5.010'
strict: '0'
Expand All @@ -37,7 +39,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-if/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-if
repository: https://github.com/kentnl/Dist-Zilla-Plugin-if.git
version: '0.001000'
version: '0.002000'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -79,22 +81,21 @@ x_BuiltWith:
Dist::Zilla::Plugin::RunExtraTests: '0.022'
Dist::Zilla::Plugin::Test::CPAN::Changes: '0.008'
Dist::Zilla::Plugin::Test::Compile::PerFile: '0.002002'
Dist::Zilla::Plugin::Test::Kwalitee: '2.10'
Dist::Zilla::Plugin::Test::Kwalitee: '2.11'
Dist::Zilla::Plugin::Test::MinimumVersion: '2.000005'
Dist::Zilla::Plugin::Test::Perl::Critic: '2.112410'
Dist::Zilla::Plugin::Test::ReportPrereqs: '0.019'
Dist::Zilla::Plugin::TestRelease: '5.020'
Dist::Zilla::Plugin::Twitter: '0.025'
Dist::Zilla::Plugin::UploadToCPAN: '5.020'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.020000'
Dist::Zilla::Role::PrereqSource: '5.020'
Dist::Zilla::Role::PluginLoader::Configurable: '0.001000'
Dist::Zilla::Util: '5.020'
Dist::Zilla::Util::ConfigDumper: '0.003000'
Dist::Zilla::Util::ConfigDumper: '0.003001'
Dist::Zilla::Util::Test::KENTNL: '1.002000'
Eval::Closure: '0.11'
ExtUtils::MakeMaker: '6.98'
File::Spec: '3.49'
MooX::Lsub: '0.001003'
Moose: '2.1211'
Pod::Coverage::TrustPod: '0.100003'
Test::CPAN::Changes: '0.30'
Expand Down Expand Up @@ -239,7 +240,7 @@ x_Dist_Zilla:
filename: xt/release/kwalitee.t
skiptest: []
name: '@Author::KENTNL/Test::Kwalitee'
version: '2.10'
version: '2.11'
-
class: Dist::Zilla::Plugin::EOLTests
name: '@Author::KENTNL/EOLTests'
Expand All @@ -258,6 +259,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Test::Compile::PerFile:
file:
- lib/Dist/Zilla/Plugin/if.pm
- lib/Dist/Zilla/Plugin/if/not.pm
path_translator: base64_filter
prefix: t/00-compile
skip: []
Expand Down Expand Up @@ -455,7 +457,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.001000-source
tag: 0.002000-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -509,7 +511,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.001000'
tag: '0.002000'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
10 changes: 4 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl",
"NAME" => "Dist::Zilla::Plugin::if",
"PREREQ_PM" => {
"Dist::Zilla::Role::PrereqSource" => 0,
"Dist::Zilla::Role::PluginLoader::Configurable" => 0,
"Dist::Zilla::Util" => 0,
"Dist::Zilla::Util::ConfigDumper" => 0,
"Eval::Closure" => 0,
"MooX::Lsub" => 0,
"Moose" => 0,
"strict" => 0,
"utf8" => 0,
Expand All @@ -38,22 +37,21 @@ my %WriteMakefileArgs = (
"Test::Differences" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.001000",
"VERSION" => "0.002000",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
"TESTS" => "t/*.t t/00-compile/*.t t/if/*.t t/ifnot/*.t"
}
);


my %FallbackPrereqs = (
"Dist::Zilla::Role::PrereqSource" => 0,
"Dist::Zilla::Role::PluginLoader::Configurable" => 0,
"Dist::Zilla::Util" => 0,
"Dist::Zilla::Util::ConfigDumper" => 0,
"Dist::Zilla::Util::Test::KENTNL" => "1.001",
"Eval::Closure" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"MooX::Lsub" => 0,
"Moose" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Dist::Zilla::Plugin::if - Load a plugin only if a condition is true

VERSION
version 0.001000
version 0.002000

SYNOPSIS
[if / FooLoader]
Expand Down
Loading

0 comments on commit 38df2c0

Please sign in to comment.