Skip to content

Commit

Permalink
Build results of 368d346 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 1d64b3f commit 70da574
Show file tree
Hide file tree
Showing 32 changed files with 496 additions and 841 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.build
Net-API-RPX-*
/.build
/Net-API-RPX-*
/tmp/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ branches:
- releases
install:
- time perl ./maint-travis-ci/install_deps_early.pl
- time perl ./maint-travis-ci/install_deps.pl
- time perl ./maint-travis-ci/autoinstall_dzil.pl
- time perl ./maint-travis-ci/install_deps_2.pl
language: perl
matrix:
allow_failures:
Expand Down
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Net-API-RPX

1.000001 2017-03-07T15:14:16Z 2f2a14f
- Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot

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

1.000000 2015-03-25T17:27:21Z 4b74171
[Dependencies::Stats]
- Dependencies changed since 0.04, see misc/*.deps* for details
Expand Down Expand Up @@ -44,4 +52,3 @@ Revision history for Net-API-RPX

0.01 2009-02-20T12:14:00Z
- First version.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is Copyright (c) 2015 by Cloudtone Studios.
This software is Copyright (c) 2017 by Cloudtone Studios.

This is free software, licensed under:

Expand Down
6 changes: 3 additions & 3 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.034.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -38,9 +38,9 @@ t/mock/LWP/UserAgent.pm
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

0 comments on commit 70da574

Please sign in to comment.