Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
 [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
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent a5c2349 commit ed41e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Path-FindDev

{{$NEXT}}

0.5.2 2014-08-16T04:12:22Z
[00 Trivial]
- CPANDAY!
- No code changes.
Expand Down
2 changes: 1 addition & 1 deletion lib/Path/FindDev.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Path::FindDev;

our $VERSION = '0.5.2';
our $VERSION = '0.5.3';

# ABSTRACT: Find a development path somewhere in an upper hierarchy.

Expand Down
2 changes: 1 addition & 1 deletion lib/Path/FindDev/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Path::FindDev::Object;

our $VERSION = '0.5.2';
our $VERSION = '0.5.3';

# ABSTRACT: Object oriented guts to FindDev

Expand Down

0 comments on commit ed41e0e

Please sign in to comment.