forked from pool/perl-Path-Class
Accepting request 211362 from devel:languages:perl
- updated to 0.33 - New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams] - As advised in the utime() docs, pass undef as the time for touch(). - Do a better job cleaning up temp files in the tests. - Optimization: use parent.pm instead of base.pm. [Olivier Mengué] - Changed the docs to show that file() and dir() are exported by default. - Fixed spelling error in POD. [Salvatore Bonaccorso] OBS-URL: https://build.opensuse.org/request/show/211362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Class?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:320ba296e134170eaabb42ff3929f82419bedd4de98bf44babfaccef17d3ecb8
|
||||
size 32205
|
3
Path-Class-0.33.tar.gz
Normal file
3
Path-Class-0.33.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd8cc6a68e2099eeb6099df6af83b4585eb0ddf6c77490d6fa97eadb09d0c677
|
||||
size 33101
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 10:40:28 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.33
|
||||
- New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams]
|
||||
|
||||
- As advised in the utime() docs, pass undef as the time for touch().
|
||||
|
||||
- Do a better job cleaning up temp files in the tests.
|
||||
|
||||
- Optimization: use parent.pm instead of base.pm. [Olivier Mengué]
|
||||
|
||||
- Changed the docs to show that file() and dir() are exported by
|
||||
default.
|
||||
|
||||
- Fixed spelling error in POD. [Salvatore Bonaccorso]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 14:52:47 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Path-Class
|
||||
Version: 0.32
|
||||
Version: 0.33
|
||||
Release: 0
|
||||
%define cpan_name Path-Class
|
||||
Summary: Cross-platform path specification manipulation
|
||||
@@ -31,11 +31,12 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Spec) >= 3.26
|
||||
BuildRequires: perl(Module::Build) >= 0.3601
|
||||
#BuildRequires: perl(Path::Class)
|
||||
#BuildRequires: perl(Path::Class::Dir)
|
||||
#BuildRequires: perl(Path::Class::Entity)
|
||||
#BuildRequires: perl(Path::Class::File)
|
||||
BuildRequires: perl(Perl::OSType)
|
||||
BuildRequires: perl(parent)
|
||||
|
||||
Requires: perl(File::Spec) >= 3.26
|
||||
Requires: perl(Perl::OSType)
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user