diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index 618ca71..db2d177 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,5 +1,5 @@ Name: perl-Path-Class -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic @@ -20,6 +20,7 @@ BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Dir) BuildRequires: perl(IO::File) BuildRequires: perl(Module::Build) +BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) # We need Perl::Perl::Critic ≥ 1.080 for a fix to # Variables::ProhibitConditionalDeclarations, and the EPEL-5 version is too old @@ -65,6 +66,16 @@ rm -rf %{buildroot} %{_mandir}/man3/Path::Class::File.3pm* %changelog +* Tue Feb 5 2013 Paul Howarth - 0.31-1 +- Update to 0.31: + - Optimization: stringify variables passed to canonpath + - Optimization: Use internal guts when constructing Dirs from Dirs, instead + of concatenating and splitting them again with File::Spec + - Fix grammar error in docs + - Implement a 'split' parameter for the slurp() method + - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS +- BR: perl(Scalar::Util) + * Tue Dec 18 2012 Paul Howarth - 0.29-1 - Update to 0.29: - Add components() method, which returns directory names (and filename, if diff --git a/sources b/sources index 20c00b6..95e401c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88bb331171cffc3a83fd2bfb8f472876 Path-Class-0.29.tar.gz +2eb433c787b8ddaa4d37337116af16fa Path-Class-0.31.tar.gz