Skip to content

Commit

Permalink
Build results of ce3ea19 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 15, 2016
1 parent a4d737a commit 705c424
Show file tree
Hide file tree
Showing 24 changed files with 477 additions and 958 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.build
Dist-Zilla-Plugin-MetaProvides*
/.build
/Dist-Zilla-Plugin-MetaProvides-Package-*
/META.json
/MYMETA.json
/META.yml
/MYMETA.yml
/Makefile
/Makefile.old
*.swp
tmp/
/tmp/
/blib/
/pm_to_blib
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,46 @@ before_script:
branches:
only:
- master
- build/master
- builds
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
language: perl
matrix:
allow_failures:
- perl: 5.8
- 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
perl: '5.21'
- env: STERILIZE_ENV=1
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=0
perl: 5.8
perl: '5.8'
- env: STERILIZE_ENV=0
perl: 5.10
perl: '5.10'
- env: STERILIZE_ENV=0
perl: 5.12
perl: '5.12'
- env: STERILIZE_ENV=0
perl: 5.14
perl: '5.14'
- env: STERILIZE_ENV=0
perl: 5.16
perl: '5.16'
- env: STERILIZE_ENV=0
perl: 5.20
perl: '5.20'
- env: STERILIZE_ENV=0
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=1
perl: 5.8
perl: '5.8'
- env: STERILIZE_ENV=1
perl: 5.10
perl: '5.10'
- env: STERILIZE_ENV=1
perl: 5.20
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: 5.21
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: 5.21
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
sudo: false
10 changes: 9 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Revision history for Dist-Zilla-Plugin-MetaProvides-Package

2.003002 2016-04-15T06:21:44Z 6ac5567
- Remove QuickReference section as per #4
- Enhance Synopsis documentation.
- Remove unhelpful private documentation

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

2.003001 2015-01-15T18:39:26Z d96ad72
[Bugfix]
- Avoid bug in Dzil <5.009 where Role::PPI doesn't load PPI::Document
Expand Down Expand Up @@ -478,4 +487,3 @@ Revision history for Dist-Zilla-Plugin-MetaProvides-Package

1.0920012 2009-07-19T12:24:43Z
- First version.

2 changes: 2 additions & 0 deletions INSTALL.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONTRIBUTING\.pod$
README\.pod$
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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is copyright (c) 2016 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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2016 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) 2015 by Kent Fredric <kentfredric@gmail.com>.
This software is Copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.

This is free software, licensed under:

Expand Down
7 changes: 4 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
INSTALL.SKIP
LICENSE
MANIFEST
META.json
Expand Down Expand Up @@ -33,9 +34,9 @@ t/warn-missing-pkg.t
weaver.ini
xt/author/critic.t
xt/author/eol.t
xt/author/pod-coverage.t
xt/author/pod-syntax.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/kwalitee.t
xt/release/minimum-version.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
Loading

0 comments on commit 705c424

Please sign in to comment.