Skip to content

Commit

Permalink
Build results of 7892b3d (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 2, 2014
1 parent 8801835 commit 31f2f67
Show file tree
Hide file tree
Showing 50 changed files with 3,286 additions and 741 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.build
Dist-Zilla-Util-BundleInfo-*
55 changes: 45 additions & 10 deletions .travis.yml
@@ -1,17 +1,52 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.18"
- "5.19"
env:
matrix:
- STERILIZE_ENV=0
- STERILIZE_ENV=1
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.18"
env: STERILIZE_ENV=0
- perl: "5.19"
env: STERILIZE_ENV=0
- perl: "5.8"
env: STERILIZE_ENV=1
- perl: "5.10"
env: STERILIZE_ENV=1
- perl: "5.18"
env: STERILIZE_ENV=1
- perl: "5.19"
env: STERILIZE_ENV=1
- perl: "5.19"
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
- perl: "5.19"
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
before_install:
- perl ./maint-travis-ci/sterilize_env.pl
- perlbrew list
- 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"

60 changes: 0 additions & 60 deletions Build.PL

This file was deleted.

60 changes: 32 additions & 28 deletions Changes
@@ -1,44 +1,48 @@
Release history for Dist-Zilla-Util-BundleInfo

1.000000 2014-06-02T02:30:43Z
[01 MAJOR]
- Mostly packaging changes that will predominantly be significant for non-CPAN toolchains.

[02 Migrated to EUMM]
- ExtUtils::MakeMaker is now the installer of choice.
- "Latest" dependencies moved to only recommends instead of requires.

[03 New Version Scheme]
- Moving from v-versions (x.y.z) to reals (x.yyyzzz)
- 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
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +42 ↑1 -2 (recommends: -1, suggests: +1 -1)
- runtime: +1 ↓1
- test: +5 ↓1 -3 (recommends: +4)

0.1.3 2013-09-25T18:02:50Z
[Bugfix]
- Update Test::Compile to work on Win32

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

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

[Dependencies::Added / develop requires]
- Test::Kwalitee 1.08

[Dependencies::Added / test requires]
- IO::Handle
- IPC::Open3

[Dependencies::Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.7.5 → v1.8.3

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

0.1.1 2013-08-01T17:20:02Z
[Dependencies::Added / test requires]
- Capture::Tiny
- blib

[Dependencies::Changed / build requires]
- Module::Build 0.4005 → 0.4007

[Dependencies::Changed / configure requires]
- Module::Build 0.4005 → 0.4007

[Dependencies::Removed / test requires]
- File::Find
- File::Temp
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see Changes.deps* for details
- build: ↑1
- configure: ↑1
- test: +2 -2

[Documentation]
- Add MetaPOD annotations
Expand Down
59 changes: 59 additions & 0 deletions Changes.deps
@@ -0,0 +1,59 @@
1.000000
[Added / configure requires]
- ExtUtils::MakeMaker 6.30

[Added / runtime requires]
- utf8

[Added / test requires]
- Dist::Zilla::PluginBundle::Classic
- ExtUtils::MakeMaker
- File::Spec::Functions
- List::Util
- version

[Changed / runtime requires]
- perl v5.10.0 → 5.008

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

[Removed / build requires]
- Module::Build 0.4007

[Removed / configure requires]
- Module::Build 0.4007

[Removed / test requires]
- File::Spec
- IO::Handle
- IPC::Open3

0.1.3 2013-09-25T18:02:50Z
[Added / test requires]
- File::Spec

0.1.2 2013-08-31T03:20:53Z
[Added / test requires]
- IO::Handle
- IPC::Open3

[Removed / test requires]
- Capture::Tiny
- blib

0.1.1 2013-08-01T17:20:02Z
[Added / test requires]
- Capture::Tiny
- blib

[Changed / build requires]
- Module::Build 0.4005 → 0.4007

[Changed / configure requires]
- Module::Build 0.4005 → 0.4007

[Removed / test requires]
- File::Find
- File::Temp

134 changes: 134 additions & 0 deletions Changes.deps.all
@@ -0,0 +1,134 @@
1.000000
[Added / configure recommends]
- ExtUtils::MakeMaker 6.98

[Added / configure requires]
- ExtUtils::MakeMaker 6.30

[Added / develop requires]
- Dist::Zilla::Plugin::Authority 1.006
- Dist::Zilla::Plugin::AutoPrereqs
- Dist::Zilla::Plugin::BumpVersionAfterRelease
- Dist::Zilla::Plugin::ConfirmRelease
- Dist::Zilla::Plugin::EOLTests
- Dist::Zilla::Plugin::Git::Check
- Dist::Zilla::Plugin::Git::Commit
- Dist::Zilla::Plugin::Git::CommitBuild
- Dist::Zilla::Plugin::Git::GatherDir
- Dist::Zilla::Plugin::Git::NextRelease
- Dist::Zilla::Plugin::Git::Tag
- Dist::Zilla::Plugin::GithubMeta
- Dist::Zilla::Plugin::License
- Dist::Zilla::Plugin::MakeMaker
- Dist::Zilla::Plugin::Manifest
- Dist::Zilla::Plugin::ManifestSkip
- Dist::Zilla::Plugin::MetaConfig
- Dist::Zilla::Plugin::MetaData::BuiltWith
- Dist::Zilla::Plugin::MetaJSON
- Dist::Zilla::Plugin::MetaProvides::Package 1.14000001
- Dist::Zilla::Plugin::MetaTests
- Dist::Zilla::Plugin::MetaYAML
- Dist::Zilla::Plugin::MinimumPerl
- Dist::Zilla::Plugin::PodCoverageTests
- Dist::Zilla::Plugin::PodSyntaxTests
- Dist::Zilla::Plugin::PodWeaver
- Dist::Zilla::Plugin::Prereqs
- Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled
- Dist::Zilla::Plugin::ReadmeAnyFromPod
- Dist::Zilla::Plugin::ReadmeFromPod
- Dist::Zilla::Plugin::RewriteVersion::Sanitized
- Dist::Zilla::Plugin::RunExtraTests
- Dist::Zilla::Plugin::Test::CPAN::Changes
- Dist::Zilla::Plugin::Test::Compile::PerFile
- Dist::Zilla::Plugin::Test::Kwalitee
- Dist::Zilla::Plugin::Test::MinimumVersion
- Dist::Zilla::Plugin::Test::Perl::Critic
- Dist::Zilla::Plugin::Test::ReportPrereqs
- Dist::Zilla::Plugin::TestRelease
- Dist::Zilla::Plugin::Twitter
- Dist::Zilla::Plugin::UploadToCPAN
- Dist::Zilla::PluginBundle::Author::KENTNL 2.014000

[Added / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

[Added / runtime requires]
- utf8

[Added / test recommends]
- CPAN::Meta
- CPAN::Meta::Requirements 2.120900
- ExtUtils::MakeMaker 6.98
- Test::More 1.001003

[Added / test requires]
- Dist::Zilla::PluginBundle::Classic
- ExtUtils::MakeMaker
- File::Spec::Functions
- List::Util
- version

[Changed / develop requires]
- Test::Kwalitee 1.08 → 1.12

[Changed / runtime requires]
- perl v5.10.0 → 5.008

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

[Removed / build requires]
- Module::Build 0.4007

[Removed / configure requires]
- Module::Build 0.4007

[Removed / develop recommends]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

[Removed / develop requires]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite
- version 0.9901

[Removed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.8.3

[Removed / test requires]
- File::Spec
- IO::Handle
- IPC::Open3

0.1.3 2013-09-25T18:02:50Z
[Added / test requires]
- File::Spec

0.1.2 2013-08-31T03:20:53Z
[Added / develop requires]
- Test::Kwalitee 1.08

[Added / test requires]
- IO::Handle
- IPC::Open3

[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.7.5 → v1.8.3

[Removed / test requires]
- Capture::Tiny
- blib

0.1.1 2013-08-01T17:20:02Z
[Added / test requires]
- Capture::Tiny
- blib

[Changed / build requires]
- Module::Build 0.4005 → 0.4007

[Changed / configure requires]
- Module::Build 0.4005 → 0.4007

[Removed / test requires]
- File::Find
- File::Temp

0 comments on commit 31f2f67

Please sign in to comment.