Skip to content

Commit

Permalink
Build results of 85f7ecf (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent c5d7f23 commit 6e21bdd
Show file tree
Hide file tree
Showing 38 changed files with 661 additions and 1,416 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,28 @@ 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.18"
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.19"
- 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:
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 MooX-NewDefaults

0.001001 2014-08-16T17:59:02Z
[00 Trivial]
- CPANDAY!
- no code changes.
- tests updated.
- metadata updated.

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

[Tests]
- update Test::ReportPrereqs Tests

0.001000 2014-06-06T15:02:57Z
- Initial release
- Code inspired / API compatible with MooseX::NewDefaults
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is Copyright (c) 2011 by Chris Weyl.
This software is Copyright (c) 2011 by Chris Weyl <cweyl@alumni.drew.edu>.

This is free software, licensed under:

Expand Down
26 changes: 7 additions & 19 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
.gitignore
.perltidyrc
.travis.yml
Expand All @@ -12,33 +12,21 @@ README
dist.ini
dist.ini.meta
lib/MooX/NewDefaults.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
misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_MooX_NewDefaults_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/01-sanity.t
t/array.t
t/non-coderef.t
t/sugar.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
xt/release/distmeta.t
Expand Down
Loading

0 comments on commit 6e21bdd

Please sign in to comment.