diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index c2fb7f4..c6089d5 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,5 +1,5 @@ Name: perl-Path-Class -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic @@ -65,6 +65,14 @@ rm -rf %{buildroot} %{_mandir}/man3/Path::Class::File.3pm* %changelog +* 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 + failures, but permissions never fail as root + - Add links in docs to the other modules we rely on and talk about in the + docs, which makes for easier viewing through search.cpan.org / MetaCPAN + - Fixed some misleading variable names in docs (CPAN RT#81795) + * Mon Dec 10 2012 Paul Howarth - 0.27-1 - Update to 0.27: - Added pruning support in dir->recurse(); if recurse callback returns diff --git a/sources b/sources index dc24e8e..7c89bb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31fde06f8cfda2256a4f38fc208fb709 Path-Class-0.27.tar.gz +36b7619b1892efcadff2826760b9f422 Path-Class-0.28.tar.gz