Skip to content

Commit

Permalink
Build results of 79cd66e (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 19, 2015
1 parent 5f87dbd commit 8e2cd59
Show file tree
Hide file tree
Showing 23 changed files with 901 additions and 753 deletions.
91 changes: 46 additions & 45 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
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
- perl: "5.10"
env: STERILIZE_ENV=0
- perl: "5.12"
env: STERILIZE_ENV=0
- perl: "5.14"
env: STERILIZE_ENV=0
- perl: "5.16"
env: STERILIZE_ENV=0
- perl: "5.20"
env: STERILIZE_ENV=0
- perl: "5.21"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
env: STERILIZE_ENV=1
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=1
- perl: "5.21"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.21"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
- perl: "5.21"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
---
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
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
before_script:
- time perl ./maint-travis-ci/before_script.pl
branches:
only:
- master
- builds
- releases
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
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:
- env: STERILIZE_ENV=0 COVERAGE_TESTING=1
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.21'
- env: STERILIZE_ENV=0
perl: '5.8'
- env: STERILIZE_ENV=0
perl: '5.10'
- env: STERILIZE_ENV=0
perl: '5.12'
- env: STERILIZE_ENV=0
perl: '5.14'
- env: STERILIZE_ENV=0
perl: '5.16'
- env: STERILIZE_ENV=0
perl: '5.20'
- env: STERILIZE_ENV=0
perl: '5.21'
- env: STERILIZE_ENV=1
perl: '5.8'
- env: STERILIZE_ENV=1
perl: '5.10'
- env: STERILIZE_ENV=1
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
branches:
only:
- "master"
- "build/master"
- "releases"

sudo: false
100 changes: 56 additions & 44 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,64 +1,76 @@
Release history for CPAN-Changes-Group-Dependencies-Stats

0.002005 2015-06-19T01:36:20Z d86efcc
[ BugFix ]
- Adapt tests to pass with new CPAN::Changes serialization, which has much more whitespace.
- Thanks to Slaven Rezić for reporting.
- Closes #1

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

0.002004 2014-08-30T11:44:41Z
[00 Trivial]
- no code changes
- Metadata fixes
[ 00 Trivial ]
- no code changes
- Metadata fixes

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

[Metadata]
- author = kentnl
[ Metadata ]
- author = kentnl

0.002003 2014-08-15T21:13:47Z
[00 Trivial]
- CPANDAY!
- no code changes.
- tests augmented.
- whitespace adjusted.
[ 00 Trivial ]
- CPANDAY!
- no code changes.
- tests augmented.
- whitespace adjusted.

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

[Misc]
- Improve source side POD to reduce build side whitespace
[ Misc ]
- Improve source side POD to reduce build side whitespace

[Tests]
- update Test::ReportPrereqs
[ Tests ]
- update Test::ReportPrereqs

0.002002 2014-07-26T05:30:18Z
[Bugfix]
- Properly adapt to fixed 0.30
[ Bugfix ]
- Properly adapt to fixed 0.30

[Dependencies::Stats]
- Dependencies changed since 0.002001, see misc/*.deps* for details
- runtime: ↑1
[ Dependencies::Stats ]
- Dependencies changed since 0.002001, see misc/*.deps* for details
- runtime: ↑1

0.002001 2014-07-25T20:00:30Z
[Bugfix]
- Write name sub to be a happier camper with both current and future implementation of ::Group
[ Bugfix ]
- Write name sub to be a happier camper with both current and future implementation of ::Group

0.002000 2014-07-24T05:46:13Z
[00 Major]
- Reimplement as a subclass of the new CPAN::Changes::Group
- This greatly simplifies attaching this object to a release.
- Add a 'prelude' property for arbritray pre-text to inject in a group.
- Add a 'name' property which can be set during construction to define the groups name
- Add a 'has_changes' property which will determine if there are changes prior to doing any internal formatting,
allowing usage as a pre-check if you don't want to add over-simplistic change nodes. ( Maybe I should override
is_empty here, not sure )
[ 00 Major ]
- Reimplement as a subclass of the new CPAN::Changes::Group
- This greatly simplifies attaching this object to a release.
- Add a 'prelude' property for arbritray pre-text to inject in a group.
- Add a 'name' property which can be set during construction to define the groups name
- Add a 'has_changes' property which will determine if there are changes prior to doing any internal formatting,
allowing usage as a pre-check if you don't want to add over-simplistic change nodes. ( Maybe I should override
is_empty here, not sure )

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

0.001000 2014-07-16T10:47:37Z
- First version.

- First version.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2015 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) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

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) 2014 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
5 changes: 3 additions & 2 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.020.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037.
.gitignore
.mailmap
.perltidyrc
Expand All @@ -21,6 +21,7 @@ misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/built_with.json
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_CPAN_Changes_Group_Dependencies_Stats_pm.t
Expand All @@ -32,9 +33,9 @@ t/complex.t
t/fails.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/eol.t
xt/release/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
Expand Down
Loading

0 comments on commit 8e2cd59

Please sign in to comment.