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:
parent
ee3e37f1f1
commit
22e2aec0b9
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Path-Class
|
Name: perl-Path-Class
|
||||||
Version: 0.29
|
Version: 0.31
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform path specification manipulation
|
Summary: Cross-platform path specification manipulation
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -20,6 +20,7 @@ BuildRequires: perl(File::Temp)
|
|||||||
BuildRequires: perl(IO::Dir)
|
BuildRequires: perl(IO::Dir)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
# We need Perl::Perl::Critic ≥ 1.080 for a fix to
|
# We need Perl::Perl::Critic ≥ 1.080 for a fix to
|
||||||
# Variables::ProhibitConditionalDeclarations, and the EPEL-5 version is too old
|
# Variables::ProhibitConditionalDeclarations, and the EPEL-5 version is too old
|
||||||
@ -65,6 +66,16 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Path::Class::File.3pm*
|
%{_mandir}/man3/Path::Class::File.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 18 2012 Paul Howarth <paul@city-fan.org> - 0.29-1
|
||||||
- Update to 0.29:
|
- Update to 0.29:
|
||||||
- Add components() method, which returns directory names (and filename, if
|
- Add components() method, which returns directory names (and filename, if
|
||||||
|
Loading…
Reference in New Issue
Block a user