Skip to content

Commit

Permalink
Build results of 6ff3833 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 23, 2014
1 parent 1b44a78 commit 23d82f1
Show file tree
Hide file tree
Showing 40 changed files with 481 additions and 1,316 deletions.
1 change: 0 additions & 1 deletion .proverc

This file was deleted.

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ matrix:
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.19"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- perl: "5.19"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
before_install:
- perlbrew list
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci
- time git -C ./maint-travis-ci reset --hard master
- time perl ./maint-travis-ci/branch_reset.pl
- time perl ./maint-travis-ci/sterilize_env.pl
install:
Expand Down
19 changes: 14 additions & 5 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Release history for Dist-Zilla-Util-BundleInfo

1.001002 2014-07-23T19:11:00Z
[00 Trivial]
- Misc packaging cleanups

[Dependencies::Stats]
- Dependencies changed since 1.001001, see misc/*.deps* for details
- develop: +1 -1 (suggests: +2 -1)
- test: +2 ↑1 (recommends: +1)

1.001001 2014-06-02T22:21:02Z
[Dependencies::Stats]
- Dependencies changed since 1.001000, see Changes.deps* for details
- Dependencies changed since 1.001000, see misc/*.deps* for details
- develop: ↑1

[Documentation]
Expand All @@ -25,7 +34,7 @@ Release history for Dist-Zilla-Util-BundleInfo
- This is the primary reason for the 1.x on the box.

[Dependencies::Stats]
- Dependencies changed since 0.1.3, see Changes.deps* for details
- Dependencies changed since 0.1.3, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +42 ↑1 -2 (recommends: -1, suggests: +1 -1)
Expand All @@ -37,21 +46,21 @@ Release history for Dist-Zilla-Util-BundleInfo
- Update Test::Compile to work on Win32

[Dependencies::Stats]
- Dependencies changed since 0.1.2, see Changes.deps* for details
- Dependencies changed since 0.1.2, see misc/*.deps* for details
- test: +1

0.1.2 2013-08-31T03:20:53Z
[!Minor]
- Excise old Test::Compile

[Dependencies::Stats]
- Dependencies changed since 0.1.1, see Changes.deps* for details
- Dependencies changed since 0.1.1, see misc/*.deps* for details
- develop: +1 (suggests: ↑1)
- test: +2 -2

0.1.1 2013-08-01T17:20:02Z
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see Changes.deps* for details
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- test: +2 -2
Expand Down
30 changes: 6 additions & 24 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
.gitignore
.perltidyrc
.proverc
.travis.yml
Changes
Changes.deps
Changes.deps.all
Changes.deps.dev
Changes.deps.opt
LICENSE
MANIFEST
META.json
Expand All @@ -21,29 +16,16 @@ layout/self_structure.dot
layout/self_structure.png
lib/Dist/Zilla/Util/BundleInfo.pm
lib/Dist/Zilla/Util/BundleInfo/Plugin.pm
maint-travis-ci/.gitrepo
maint-travis-ci/.perltidyrc
maint-travis-ci/README.mkdn
maint-travis-ci/before_script.pl
maint-travis-ci/branch_reset.pl
maint-travis-ci/create_github_repo.pl
maint-travis-ci/install_deps.pl
maint-travis-ci/install_deps_early.pl
maint-travis-ci/lib/tools.pm
maint-travis-ci/merge_travis_yml.pl
maint-travis-ci/report_fail_ctx.pl
maint-travis-ci/script.pl
maint-travis-ci/sterilize_env.pl
maint-travis-ci/sync_tree.pl
maint-travis-ci/travis_enable.pl
maint-travis-ci/yamls/sterile.mkdn
maint-travis-ci/yamls/sterile.yaml
maint-travis-ci/yamls/sterile2.yaml
maint/perlcritic.rc.gen.pl
perlcritic.deps
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_Util_BundleInfo_Plugin_pm.t
t/00-compile/lib_Dist_Zilla_Util_BundleInfo_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/basic.t
t/classic.t
Expand Down
Loading

0 comments on commit 23d82f1

Please sign in to comment.