[perl-Path-Tiny] Update to 0.043

Paul Howarth pghmcfc at fedoraproject.org
Mon Oct 14 11:40:37 UTC 2013


commit 83565982ec8af8614ef351ef8de6bbd8177c10ef
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Oct 14 12:39:52 2013 +0100

    Update to 0.043
    
    - New upstream release 0.043
      - Calling 'absolute' on Windows will add the volume if it is missing (e.g.
        "/foo" will become "C:/foo"); this matches the behavior of
        File::Spec->rel2abs
      - Fixed t/00-report-prereqs.t for use with older versions of
        CPAN::Meta::Requirements

 perl-Path-Tiny.spec |   11 ++++++++++-
 sources             |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index acd9ffe..0d6c4f8 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:		perl-Path-Tiny
-Version:	0.042
+Version:	0.043
 Release:	1%{?dist}
 Summary:	File path utility
 Group:		Development/Libraries
@@ -31,6 +31,7 @@ BuildRequires:	perl(warnings)
 # Test Suite
 BuildRequires:	perl(blib)
 BuildRequires:	perl(Config)
+BuildRequires:	perl(CPAN::Meta::Requirements)
 BuildRequires:	perl(File::Basename)
 BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(File::Spec::Unix)
@@ -96,6 +97,14 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Mon Oct 14 2013 Paul Howarth <paul at city-fan.org> - 0.043-1
+- Update to 0.043
+  - Calling 'absolute' on Windows will add the volume if it is missing (e.g.
+    "/foo" will become "C:/foo"); this matches the behavior of
+    File::Spec->rel2abs
+  - Fixed t/00-report-prereqs.t for use with older versions of
+    CPAN::Meta::Requirements
+
 * Sun Oct 13 2013 Paul Howarth <paul at city-fan.org> - 0.042-1
 - Update to 0.042
   - When 'realpath' can't be resolved (because intermediate directories don't
diff --git a/sources b/sources
index 35e1dc4..6b0ea4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71889709305bd0ecdcf200a0d980bd35  Path-Tiny-0.042.tar.gz
+245c33c29729e65063a27402c6c67a9c  Path-Tiny-0.043.tar.gz


More information about the scm-commits mailing list