Update to 0.31

- New upstream release 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)
This commit is contained in:
Paul Howarth 2013-02-06 12:38:48 +00:00
parent ee3e37f1f1
commit 22e2aec0b9
2 changed files with 13 additions and 2 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.29-1
- Update to 0.29:
- Add components() method, which returns directory names (and filename, if

View File

@ -1 +1 @@
88bb331171cffc3a83fd2bfb8f472876 Path-Class-0.29.tar.gz
2eb433c787b8ddaa4d37337116af16fa Path-Class-0.31.tar.gz