From ed41e0ed005a7f37698e3a2a46fdb98a6780728d Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 16 Aug 2014 16:13:33 +1200 Subject: [PATCH] v0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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 --- Changes | 2 ++ lib/Path/FindDev.pm | 2 +- lib/Path/FindDev/Object.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index fe5a456..1417377 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for Path-FindDev {{$NEXT}} + +0.5.2 2014-08-16T04:12:22Z [00 Trivial] - CPANDAY! - No code changes. diff --git a/lib/Path/FindDev.pm b/lib/Path/FindDev.pm index 68bf78e..5ba17cf 100644 --- a/lib/Path/FindDev.pm +++ b/lib/Path/FindDev.pm @@ -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. diff --git a/lib/Path/FindDev/Object.pm b/lib/Path/FindDev/Object.pm index 4be0fd7..ea65759 100644 --- a/lib/Path/FindDev/Object.pm +++ b/lib/Path/FindDev/Object.pm @@ -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