diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index c6089d5..618ca71 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,5 +1,5 @@ Name: perl-Path-Class -Version: 0.28 +Version: 0.29 Release: 1%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic @@ -65,6 +65,13 @@ rm -rf %{buildroot} %{_mandir}/man3/Path::Class::File.3pm* %changelog +* Tue Dec 18 2012 Paul Howarth - 0.29-1 +- Update to 0.29: + - Add components() method, which returns directory names (and filename, if + this is a File object) as a list + - Fix a test failure on non-Unix platforms; the 07-recurseprune.t test was + written in a Unix-specific way + * Mon Dec 17 2012 Paul Howarth - 0.28-1 - Update to 0.28: - Fix test failures when run as root - they were relying on permissions diff --git a/sources b/sources index 7c89bb1..20c00b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36b7619b1892efcadff2826760b9f422 Path-Class-0.28.tar.gz +88bb331171cffc3a83fd2bfb8f472876 Path-Class-0.29.tar.gz