8
0

Accepting request 249270 from devel:languages:perl

- updated to 0.15
 - dropped (experimental) Test::More 1.5/2.0 support

OBS-URL: https://build.opensuse.org/request/show/249270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-UseAllModules?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2014-09-19 11:56:01 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da2652b1f76e312a1921ae0a523cbbc2ffa98c80000097fd170e47d89cdad8a3
size 4844

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c3dea2fc922f82e4c7a5f89f29cb3aac88946b2275d0214fa087d5ee8bffb0
size 4880

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 15 12:52:31 UTC 2014 - coolo@suse.com
- updated to 0.15
- dropped (experimental) Test::More 1.5/2.0 support
-------------------------------------------------------------------
Tue Mar 18 07:53:29 UTC 2014 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Test-UseAllModules
Version: 0.14
Version: 0.15
Release: 0
%define cpan_name Test-UseAllModules
Summary: do use_ok() for all the MANIFESTed modules
@@ -29,6 +29,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
%{perl_requires}
%description
@@ -55,6 +56,6 @@ update MANIFEST. You don't have to modify the test any more (hopefully).
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes cpanfile README
%changelog