Skip to content

Commit

Permalink
Build results of 2a4fc15 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 9, 2014
1 parent 7900317 commit d182f43
Show file tree
Hide file tree
Showing 47 changed files with 2,824 additions and 4,396 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build
Gentoo-Overlay-Group-*
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# git help shortlog
# newname <newaddr> oldname <oldaddr>
<kentnl@cpan.org> <kentfredric@gmail.com>
56 changes: 56 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
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.21"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
- perl: "5.21"
env: STERILIZE_ENV=1
- 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=0 DEVELOPER_DEPS=1
- perl: "5.21"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_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
script:
- time perl ./maint-travis-ci/script.pl
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
branches:
only:
- "master"
- "build/master"
- "releases"

58 changes: 0 additions & 58 deletions Build

This file was deleted.

52 changes: 0 additions & 52 deletions Build.PL

This file was deleted.

68 changes: 36 additions & 32 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,40 +1,44 @@
Release history for Gentoo-Overlay-Group

1.000000 2014-10-08T06:59:17Z 23ddf32
[00 Major - Version Scheme Change]
- Migrating from 0.x.y to 1.xxxyyy
- This may affect hand-operated downstreams
- https://questhub.io/realm/perl/quest/5388d3a9bbd0be2224000129
- This is the primary reason for the 1.x on the box.

[01 Major - Installer Toolkit Change]
- Migrating from Module::Build to ExtUtils::MakeMaker
- This may affect hand-operated downstreams
- Critical dependencies such as Test::More have "latest" dependencies migrated to recommendations only.
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

[02 Major - Implemented in Moo]
- Internals refactored and implemented in a Moo based stack instead of a Moose one.

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

[Metadata]
- Migrate to kentnl org

0.2.0 2013-03-13T07:25:37Z
[!Notable Changes]
- Uses Path::Tiny instead of Path::Class
- BACKCOMPAT: No longer accepts user constructed Path::Class objects as
params

[Dependencies::Changed / build requires]
- Module::Build 0.3601 → 0.4003

[Dependencies::Changed / configure requires]
- Module::Build 0.3601 → 0.4003

[Dependencies::Changed / develop suggests]
- Dist::Zill::PluginBundle::Author::KENTNL v1.3.0 → v1.7.0

[Dependencies::Changed / runtime requires]
- Gentoo::Overlay 1.0000002 → v1.0.3

[Dependencies::Changed / test requires]
- Test::More 0.96 → 0.98

[Dependencies::New / develop requires]
- Pod::Coverage::TrustPod
- Test::CPAN::Meta
- Test::Pod
- Test::Pod::Coverage
- version

[Dependencies::New / runtime requires]
- MooseX::Types::Path::Tiny
- Path::Tiny

[Dependencies::Removed / runtime requires]
- MooseX::Types::Path::Class
- Path::Class::Dir
- BACKCOMPAT: No longer accepts user constructed Path::Class objects as params

[Dependencies::Stats]
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +5 (suggests: ↑1)
- runtime: +1 ↑1 -1
- test: +1 ↑1 -1

[Documentation]
- Copyright year
Expand Down
Loading

0 comments on commit d182f43

Please sign in to comment.