Skip to content

Commit

Permalink
Build results of ca7a151 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 31, 2014
1 parent 8509ff2 commit e7bc876
Show file tree
Hide file tree
Showing 39 changed files with 2,160 additions and 1,251 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build
Dist-Zilla-App-Command-dumpwith-*
22 changes: 17 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: perl
matrix:
allow_failures:
- perl: "5.8"
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
include:
- perl: "5.8"
env: STERILIZE_ENV=0
Expand All @@ -11,24 +15,32 @@ matrix:
env: STERILIZE_ENV=0
- perl: "5.16"
env: STERILIZE_ENV=0
- perl: "5.18"
- perl: "5.20"
env: STERILIZE_ENV=0
- perl: "5.19"
- perl: "5.21"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
env: STERILIZE_ENV=1
- perl: "5.19"
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=1
- perl: "5.19"
- perl: "5.21"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.19"
- perl: "5.21"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- perl: "5.21"
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:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
before_script:
- time perl ./maint-travis-ci/before_script.pl
Expand Down
57 changes: 0 additions & 57 deletions Build.PL

This file was deleted.

17 changes: 17 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Release history for Dist-Zilla-App-Command-dumpwith

0.002000 2014-07-31T09:56:35Z
[00 Major]
- Changes that may affect hand-operated downstream.

[01 Toolkit]
- Switched To ExtUtils::MakeMaker
- Toolkit dependenecies for "latest" only "recommeneded" instead of required.
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

[Dependencies::Stats]
- Dependencies changed since 0.001000, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +9 -11 (suggests: +2 -1)
- runtime: +1 ↑1
- test: +5 ↓1 (recommends: +3)

0.001000 2013-11-11T13:48:41Z
- First version.

8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2013 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2013 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand All @@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989

Copyright (C) 1989 Free Software Foundation, Inc.
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2013 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
26 changes: 12 additions & 14 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
.gitignore
.perltidyrc
.travis.yml
Build.PL
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
dist.ini.meta
layout/self_structure.dot
layout/self_structure.png
lib/Dist/Zilla/App/Command/dumpwith.pm
maint-travis-ci/README.mkdn
maint-travis-ci/before_script.pl
maint-travis-ci/install_deps.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/yamls/sterile.mkdn
maint-travis-ci/yamls/sterile.yaml
maint-travis-ci/yamls/sterile2.yaml
maint/perlcritic.rc.gen.pl
media/example_01.png
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_App_Command_dumpwith_pm.t
t/000-report-versions-tiny.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
Expand Down
Loading

0 comments on commit e7bc876

Please sign in to comment.