Skip to content

Commit

Permalink
Build results of 73e5050 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 25, 2015
1 parent 738bfb9 commit 1d64b3f
Show file tree
Hide file tree
Showing 73 changed files with 3,426 additions and 5,684 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.build
Net-API-RPX-*
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>
2 changes: 2 additions & 0 deletions .perltidyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-i 2
-l 130
57 changes: 57 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
after_failure:
- perl ./maint-travis-ci/report_fail_ctx.pl
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
before_script:
- time perl ./maint-travis-ci/before_script.pl
branches:
only:
- 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'
- 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'
- env: STERILIZE_ENV=1
perl: '5.21'
- env: STERILIZE_ENV=0
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=1
perl: '5.8'
- env: STERILIZE_ENV=1
perl: '5.10'
- env: STERILIZE_ENV=1
perl: '5.20'
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
perl: '5.21'
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
perl: '5.21'
script:
- time perl ./maint-travis-ci/script.pl
sudo: false
58 changes: 0 additions & 58 deletions Build

This file was deleted.

50 changes: 0 additions & 50 deletions Build.PL

This file was deleted.

37 changes: 33 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,17 +1,46 @@
Revision history for Net-API-RPX

0.04 2012-05-24T00:27:53Z
1.000000 2015-03-25T17:27:21Z 4b74171
[Dependencies::Stats]
- Dependencies changed since 0.04, see misc/*.deps* for details
- build: -1
- configure: +2 -1 (recommends: +1)
- develop: +56 (recommends: +1, suggests: +2)
- runtime: +2 -1 (recommends: +1)
- test: +3 ↑1 -2 (recommends: +3)

[Internals]
- Now uses JSON::MaybeXS instead of JSON::Any for JSON usage.

[Major - Toolkit changed]
- Now uses EUMM
- Dependencies are softened.
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f

[Major - Version Scheme Changed]
- Now uses x.yyyyyy
- https://questhub.io/realm/perl/quest/5388d3a9bbd0be2224000129

[Metadata]
- Repo moved to KENTNL org.
- Issues moved to github

0.04 2012-05-24T00:27:53Z
- Re-released to avoid a lot of cruft that snuck in somehow ( WTF?!!? )

0.03 2012-05-24T00:23:24Z

- Toolkit switched to Dist::Zilla ( Kent Fredric )

[Dependencies::Stats]
- Dependencies changed since 0.02, see misc/*.deps* for details
- build: +1
- configure: +1
- runtime: +9
- test: +7

0.02 2012-05-23T23:31:00Z
- Added fully fledged exception objects to replace die() calls.
- If you catch one somehow, you can now introspect them and get a better
idea of what went wrong. ( Kent Fredric )
- If you catch one somehow, you can now introspect them and get a better idea of what went wrong. ( Kent Fredric )

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

0 comments on commit 1d64b3f

Please sign in to comment.