forked from pool/perl-Path-Class
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Class?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
273b229d5a
commit
7986f25c10
@@ -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
|
Sun Jun 9 14:52:47 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Path-Class
|
Name: perl-Path-Class
|
||||||
Version: 0.32
|
Version: 0.33
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-Class
|
%define cpan_name Path-Class
|
||||||
Summary: Cross-platform path specification manipulation
|
Summary: Cross-platform path specification manipulation
|
||||||
@@ -31,11 +31,12 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Spec) >= 3.26
|
BuildRequires: perl(File::Spec) >= 3.26
|
||||||
BuildRequires: perl(Module::Build) >= 0.3601
|
BuildRequires: perl(Module::Build) >= 0.3601
|
||||||
#BuildRequires: perl(Path::Class)
|
BuildRequires: perl(Perl::OSType)
|
||||||
#BuildRequires: perl(Path::Class::Dir)
|
BuildRequires: perl(parent)
|
||||||
#BuildRequires: perl(Path::Class::Entity)
|
|
||||||
#BuildRequires: perl(Path::Class::File)
|
|
||||||
Requires: perl(File::Spec) >= 3.26
|
Requires: perl(File::Spec) >= 3.26
|
||||||
|
Requires: perl(Perl::OSType)
|
||||||
|
Requires: perl(parent)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user