Skip to content

Commit

Permalink
Build results of ed41e0e (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent 2979e1e commit b3deddd
Show file tree
Hide file tree
Showing 19 changed files with 562 additions and 473 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ 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.18"
- perl: "5.20"
env: STERILIZE_ENV=1
- perl: "5.19"
- 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.19"
- perl: "5.21"
env: STERILIZE_ENV=0 COVERAGE_TESTING=1
before_install:
- perlbrew list
Expand Down
28 changes: 28 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
Release history for Path-FindDev

0.5.2 2014-08-16T04:12:22Z
[00 Trivial]
- CPANDAY!
- No code changes.
- metadata updated.
- tests updated.
- whitespace reduced.

[Dependencies::Noteworthy]
- use newer Path::Tiny to avoid bug GH #7 ( Thanks Chorny )

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

[Metadata]
- move to kentnl org.
- Show 2x contributors

[Misc]
- Improve source side POD to reduce build side whitespace.

[Tests]
- updated Test::ReportPrereqs

0.5.1 2014-07-13T17:54:11Z
[00 Trivial]
- Misc packaging updates.
Expand Down
3 changes: 2 additions & 1 deletion 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.019.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
.gitignore
.perltidyrc
.travis.yml
Expand All @@ -24,6 +24,7 @@ misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_Path_FindDev_Object_pm.t
t/00-compile/lib_Path_FindDev_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/basic.t
weaver.ini
Expand Down
Loading

0 comments on commit b3deddd

Please sign in to comment.