Skip to content

Commit

Permalink
Build results of 97c5175 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 38075c8 commit 1547581
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 41 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-TravisCI

0.001004 2017-03-03T14:38:24Z 0fe5982
- No changes since 0.001003, non-trial release

0.001003 2017-02-28T09:02:40Z 05c0c8c
[Bugfix]
- Always call "do" with an absolute path for yaml data augmentation.
Expand Down
32 changes: 16 additions & 16 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@
"provides" : {
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm",
"version" : "0.001003"
"version" : "0.001004"
}
},
"release_status" : "testing",
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-TravisCI/issues"
Expand All @@ -142,7 +142,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-TravisCI"
}
},
"version" : "0.001003",
"version" : "0.001004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -187,7 +187,7 @@
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003",
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
Expand All @@ -198,7 +198,7 @@
}
},
"name" : "@Author::KENTNL/MetaProvides::Package",
"version" : "2.004002"
"version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
Expand All @@ -223,7 +223,7 @@
}
},
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.004004"
"version" : "1.004005"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
Expand Down Expand Up @@ -302,7 +302,7 @@
}
},
"name" : "@Author::KENTNL/Author::KENTNL::TravisCI",
"version" : "0.001003"
"version" : "0.001004"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING",
Expand Down Expand Up @@ -405,7 +405,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.003901"
"version" : "0.004000"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand All @@ -430,13 +430,13 @@
"skip_version_provider" : 0
},
"Dist::Zilla::Role::Version::Sanitize" : {
"$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002002",
"$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002003",
"mantissa" : "6",
"normal_form" : "numify"
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001005"
"version" : "0.001006"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -587,7 +587,7 @@
{
"class" : "Dist::Zilla::Plugin::Readme::Brief",
"name" : "@Author::KENTNL/ShippedReadme",
"version" : "0.003000"
"version" : "0.003001"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
Expand Down Expand Up @@ -684,7 +684,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001003-source",
"tag" : "0.001004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -778,7 +778,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001003",
"tag" : "0.001004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -821,7 +821,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::Upgrade",
"version" : "0.001000"
"version" : "0.001001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled",
Expand All @@ -847,7 +847,7 @@
{
"class" : "Dist::Zilla::Plugin::RemovePrereqs::Provided",
"name" : "@Author::KENTNL/RemovePrereqs::Provided",
"version" : "0.001000"
"version" : "0.001001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down Expand Up @@ -930,7 +930,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 1
"is_trial" : 0
},
"version" : "6.008"
}
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Dist-Zilla-Plugin-Author-KENTNL-TravisCI
provides:
Dist::Zilla::Plugin::Author::KENTNL::TravisCI:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm
version: '0.001003'
version: '0.001004'
recommends:
Moose: '2.000'
Path::Tiny: '0.058'
Expand All @@ -35,4 +35,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-TravisCI/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-TravisCI
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-TravisCI.git
version: '0.001003'
version: '0.001004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.001003",
"VERSION" => "0.001004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::Author::KENTNL::TravisCI;

our $VERSION = '0.001003'; # TRIAL
our $VERSION = '0.001004';

# ABSTRACT: A specific subclass of TravisCI that does horrible things

Expand Down Expand Up @@ -115,7 +115,7 @@ Dist::Zilla::Plugin::Author::KENTNL::TravisCI - A specific subclass of TravisCI
=head1 VERSION
version 0.001003
version 0.001004
=head1 DESCRIPTION
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.001003
0.001004

0.001003 2017-02-28T09:02:40Z
[Changed / test requires]
- Test::More 0.89 → 0

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.001003
0.001004

0.001003 2017-02-28T09:02:40Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING 0.001003
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.001003
0.001004

0.001003 2017-02-28T09:02:40Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING 0.001003
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.001003
0.001004

0.001003 2017-02-28T09:02:40Z

0.001002 2015-03-01T09:37:04Z

Expand Down
18 changes: 9 additions & 9 deletions misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Dist::Zilla::App::Command::bakeini" : "0.002005",
"Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001005",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005002",
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001004",
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001005",
"Dist::Zilla::Plugin::Authority" : "1.009",
"Dist::Zilla::Plugin::AutoPrereqs" : "6.008",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.015",
Expand All @@ -24,9 +24,9 @@
"Dist::Zilla::Plugin::Manifest" : "6.008",
"Dist::Zilla::Plugin::ManifestSkip" : "6.008",
"Dist::Zilla::Plugin::MetaConfig" : "6.008",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004004",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004005",
"Dist::Zilla::Plugin::MetaJSON" : "6.008",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.004002",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.004003",
"Dist::Zilla::Plugin::MetaTests" : "6.008",
"Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001000",
"Dist::Zilla::Plugin::MinimumPerl" : "1.006",
Expand All @@ -36,14 +36,14 @@
"Dist::Zilla::Plugin::Prereqs" : "6.008",
"Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001",
"Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001000",
"Dist::Zilla::Plugin::Readme::Brief" : "0.003000",
"Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001001",
"Dist::Zilla::Plugin::Readme::Brief" : "0.003001",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.163250",
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001000",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005",
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001001",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001006",
"Dist::Zilla::Plugin::RunExtraTests" : "0.029",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003901",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.004000",
"Dist::Zilla::Plugin::Test::EOL" : "0.19",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.12",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000007",
Expand All @@ -65,7 +65,7 @@
"Test::CPAN::Changes" : "0.400002",
"Test::CPAN::Meta" : "0.25",
"Test::EOL" : "1.6",
"Test::Kwalitee" : "1.23",
"Test::Kwalitee" : "1.25",
"Test::MinimumVersion" : "0.101082",
"Test::More" : "1.302073",
"Test::Pod" : "1.51",
Expand Down
12 changes: 5 additions & 7 deletions t/00-compile/lib_Dist_Zilla_Plugin_Author_KENTNL_TravisCI_pm.t
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# This test was generated for <lib/Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm>
# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003901
# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000
# with template 02-raw-require.t.tpl
my $file = "Dist\/Zilla\/Plugin\/Author\/KENTNL\/TravisCI\.pm";
my $file = "Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm";
my $err;
{
local $@;
eval { require $file; 1 } or $err = $@;
};

if( not defined $err ) {
printf "1..1\nok 1 - require %s\n", $file;
print "1..1\nok 1 - require ${file}\n";
exit 0;
}
printf "1..1\nnot ok 1 - require %s\n", $file;
for my $line ( split /\n/, $err ) {
printf STDERR "# %s\n", $line;
}
print "1..1\nnot ok 1 - require ${file}\n";
print STDERR "# ${_}\n" for split /\n/, $err;
exit 1;

0 comments on commit 1547581

Please sign in to comment.