Skip to content

Commit

Permalink
Build results of 9b1b4c1 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 25, 2013
1 parent 00c0770 commit 8801835
Show file tree
Hide file tree
Showing 18 changed files with 323 additions and 117 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
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
"Kent Fredric <kentfredric\@gmail.com>"
],
"dist_name" => "Dist-Zilla-Util-BundleInfo",
"dist_version" => "0.1.2",
"dist_version" => "0.1.3",
"license" => "perl",
"module_name" => "Dist::Zilla::Util::BundleInfo",
"recommends" => {},
Expand All @@ -34,6 +34,7 @@ my %module_build_args = (
"script_files" => [],
"test_requires" => {
"Dist::Zilla::PluginBundle::Basic" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.98"
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release history for Dist-Zilla-Util-BundleInfo

0.1.3 2013-09-25T18:02:50Z
[Bugfix]
- Update Test::Compile to work on Win32

[Dependencies::Added / test requires]
- File::Spec

0.1.2 2013-08-31T03:20:53Z
[!Minor]
- Excise old Test::Compile
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ layout/self_structure.dot
layout/self_structure.png
lib/Dist/Zilla/Util/BundleInfo.pm
lib/Dist/Zilla/Util/BundleInfo/Plugin.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 Down

0 comments on commit 8801835

Please sign in to comment.