Skip to content

Commit

Permalink
Build results of 69ac5aa (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 24, 2013
1 parent eef80c2 commit 0da0eb3
Show file tree
Hide file tree
Showing 30 changed files with 750 additions and 168 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ perl:
- "5.14"
- "5.18"
- "5.19"
env:
matrix:
- STERILIZE_ENV=0
- STERILIZE_ENV=1
before_install:
- perl ./maint-travis-ci/sterilize_env.pl
branches:
only:
- "build/master"
Expand Down
6 changes: 4 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Dist-Zilla-Plugin-Bootstrap-lib",
"dist_version" => "0.04000000",
"dist_version" => "0.04000001",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::Bootstrap::lib",
"recommends" => {},
Expand All @@ -32,12 +32,14 @@ my %module_build_args = (
"script_files" => [],
"test_requires" => {
"Cwd" => 0,
"Dist::Zilla" => 0,
"File::Copy::Recursive" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Path::FindDev" => 0,
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.98"
}
);
Expand Down
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Revision history for Dist-Zilla-Plugin-Bootstrap-lib

0.04000001 2013-09-24T16:22:46Z
[Bugfix]
- Attempt to solve the problem of CPAN Smokers not having dzil in path by using Test::DZil instead.

[Dependencies::Added / test requires]
- File::Spec
- Test::DZil
- Test::Fatal

[Dependencies::Removed / test requires]
- Dist::Zilla

[Tests]
- additional test for new ::Role::Bootstrap behaviour
- update compile test

0.04000000 2013-09-05T08:17:38Z
[!Major and API breaking Changes]
- no_fallback deprecated in favour of fallback = 0/1
Expand Down
14 changes: 14 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,23 @@ corpus/fake_dist_05/E-0.01/dist.ini
corpus/fake_dist_05/E-0.01/lib/E.pm
corpus/fake_dist_05/dist.ini
corpus/fake_dist_05/lib/E.pm
corpus/fake_dist_06/E-0.01/META.json
corpus/fake_dist_06/E-0.01/dist.ini
corpus/fake_dist_06/E-0.01/lib/E.pm
corpus/fake_dist_06/E-0.02/META.json
corpus/fake_dist_06/E-0.02/dist.ini
corpus/fake_dist_06/E-0.02/lib/E.pm
corpus/fake_dist_06/dist.ini
corpus/fake_dist_06/lib/E.pm
dist.ini
layout/self_structure.dot
layout/self_structure.png
lib/Dist/Zilla/Plugin/Bootstrap/lib.pm
maint-travis-ci/README.mkdn
maint-travis-ci/merge_travis_yml.pl
maint-travis-ci/sterilize_env.pl
maint-travis-ci/sync_tree.pl
maint-travis-ci/yamls/sterile.yaml
perlcritic.rc
t/00-compile.t
t/000-report-versions-tiny.t
Expand All @@ -35,6 +48,7 @@ t/02-try_built.t
t/03-try_built-pass2.t
t/04-try_built_nofallback.t
t/05-try_built_nofallback-pass2.t
t/06-try_built_nofallback-pass3.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
Expand Down
Loading

0 comments on commit 0da0eb3

Please sign in to comment.