- update to 0.32
Rework the referencing of anyonymous subroutines internally, closes RT#46599 (Reported by Kevin Ryde) Move to Makefile.PL use Test::Differences in the testsuite if available. Rearrange the testsuite so you don't keep tripping over yourself. Dropped 5.00503 backwards compatibility, allows some 5.6isms and dropping the shonky Cwd code. All taint 'bugs' are now the same as the behaviour of File::Find, documentation has been added to describe this. - bzipped tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=7
This commit is contained in:
parent
d88a6c3d6c
commit
8f17715330
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74f4b3e8c7694b9995678988a9893d2d652d285cfd14d6699fdfafc6a9550846
|
||||
size 14684
|
3
File-Find-Rule-0.32.tar.bz2
Normal file
3
File-Find-Rule-0.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d2daf474902fa318135a5cfa00b61ed8b174cd001fb00ebe5bc5974839fc5c8
|
||||
size 14812
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 13:24:55 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- update to 0.32
|
||||
Rework the referencing of anyonymous subroutines internally,
|
||||
closes RT#46599 (Reported by Kevin Ryde)
|
||||
Move to Makefile.PL
|
||||
use Test::Differences in the testsuite if available.
|
||||
Rearrange the testsuite so you don't keep tripping over yourself.
|
||||
Dropped 5.00503 backwards compatibility, allows some 5.6isms and
|
||||
dropping the shonky Cwd code.
|
||||
All taint 'bugs' are now the same as the behaviour of File::Find,
|
||||
documentation has been added to describe this.
|
||||
- bzipped tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 11:43:59 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define cpan_name File-Find-Rule
|
||||
|
||||
Name: perl-%cpan_name
|
||||
Version: 0.30
|
||||
Version: 0.32
|
||||
Release: 1
|
||||
Provides: %cpan_name
|
||||
Requires: perl-Number-Compare perl-Text-Glob
|
||||
@ -9,7 +9,7 @@ Group: Development/Libraries/Perl
|
||||
License: Artistic
|
||||
URL: http://search.cpan.org/dist/File-Find-Rule/
|
||||
Summary: Alternative interface to File::Find
|
||||
Source: %cpan_name-%{version}.tar.gz
|
||||
Source: %cpan_name-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl-Number-Compare perl-Text-Glob
|
||||
@ -24,6 +24,8 @@ File::Find::Rule is a friendlier interface to File::Find. It allows you to build
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user