Skip to content

Commit

Permalink
Build results of b5ccb08 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 2, 2014
1 parent 8f72337 commit 0c476d2
Show file tree
Hide file tree
Showing 39 changed files with 2,246 additions and 1,361 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-Plugin-Author-KENTNL-Prereqs-Latest-Selective-*
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
54 changes: 0 additions & 54 deletions Build.PL

This file was deleted.

122 changes: 35 additions & 87 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,102 +1,50 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective

1.000000 2014-08-02T05:44:00Z
[00 Major]
- Yes. Still Deprecated.
- Changes that affect hand-operated downstreams.

[01 Version Scheme]
- Migrated to x.yyyyyy
- This is the primary reason for the 1.x on the box
- https://questhub.io/realm/perl/quest/5388d3a9bbd0be2224000129

[02 Tooling]
- Migrated to EUMM for releasing
- Tooling dependencies softened to be 'recommended' for latest things.
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

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

0.1.2 2013-11-20T03:06:09Z
[00 Bugfix]
- Make sure PrereqSource role is a dep

[Dependencies::Added / runtime requires]
- Dist::Zilla::Role::PrereqSource

[Dependencies::Changed / build requires]
- Module::Build 0.4200 → 0.4202

[Dependencies::Changed / configure requires]
- Module::Build 0.4200 → 0.4202
[Dependencies::Stats]
- Dependencies changed since 0.1.1, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- runtime: +1

0.1.1 2013-11-18T12:20:20Z
[00 Minor]
- Deprecate
- Drop 5.10 minimum

[Dependencies::Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl
- Dist::Zilla::Plugin::Authority 1.006
- Dist::Zilla::Plugin::AutoPrereqs
- Dist::Zilla::Plugin::CheckExtraTests
- 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::NextVersion
- Dist::Zilla::Plugin::Git::Tag
- Dist::Zilla::Plugin::GithubMeta
- Dist::Zilla::Plugin::License
- 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::ModuleBuild
- Dist::Zilla::Plugin::NextRelease
- Dist::Zilla::Plugin::PkgVersion
- Dist::Zilla::Plugin::PodCoverageTests
- Dist::Zilla::Plugin::PodSyntaxTests
- Dist::Zilla::Plugin::PodWeaver
- Dist::Zilla::Plugin::Prereqs
- Dist::Zilla::Plugin::Prereqs::MatchInstalled
- Dist::Zilla::Plugin::PruneCruft
- Dist::Zilla::Plugin::ReadmeAnyFromPod
- Dist::Zilla::Plugin::ReadmeFromPod
- Dist::Zilla::Plugin::ReportVersions::Tiny
- 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::TestRelease
- Dist::Zilla::Plugin::Twitter
- Dist::Zilla::Plugin::UploadToCPAN
- Dist::Zilla::PluginBundle::Author::KENTNL 2.002001
- Pod::Coverage::TrustPod
- Test::CPAN::Changes 0.19
- Test::CPAN::Meta
- Test::Kwalitee 1.12
- Test::Pod 1.41
- Test::Pod::Coverage 1.08
- version 0.9901

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

[Dependencies::Changed / build requires]
- Module::Build 0.4001 → 0.4200

[Dependencies::Changed / configure requires]
- Module::Build 0.4001 → 0.4200

[Dependencies::Changed / runtime requires]
- perl v5.10.0 → 5.006

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

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

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

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

[Dependencies::Removed / test requires]
- File::Find
- File::Temp
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +50 -1 (recommends: -1, suggests: +1 -1)
- runtime: ↓1
- test: ↑1 -2

[Documentation]
- Add README.mkdn
Expand Down
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,31 +1,29 @@
# 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/Plugin/Author/KENTNL/Prereqs/Latest/Selective.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
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_Plugin_Author_KENTNL_Prereqs_Latest_Selective_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 0c476d2

Please sign in to comment.