Accepting request 340731 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/340731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2015-10-24 14:18:41 +00:00 committed by Git OBS Bridge
parent d543cf424c
commit 137dc683d8
4 changed files with 24 additions and 8 deletions

View File

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

3
Test-Strict-0.30.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Oct 24 09:37:21 UTC 2015 - coolo@suse.com
- updated to 0.30
see /usr/share/doc/packages/perl-Test-Strict/Changes
0.30 2015-10-24
- Tidied up Makefile.PL script.
- Removed the executable attributes from some of the unit test script.
0.29 2015-10-19
- Updated link to github repository in the Makefile.PL script
- Updated bugtracker link in the Makefile.PL script.
- Updated x_contributors list in the Makefile.PL script
- Updated link to github repository in the pod document of Test::Strict package.
- Updated MAINTAINER section in the pod document of Test::Strict package.
-------------------------------------------------------------------
Sun Oct 4 09:21:58 UTC 2015 - coolo@suse.com

View File

@ -17,14 +17,14 @@
Name: perl-Test-Strict
Version: 0.28
Version: 0.30
Release: 0
%define cpan_name Test-Strict
Summary: Check syntax, presence of use strict; and test coverage
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Strict/
Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -37,7 +37,7 @@ Requires: perl(Devel::Cover) >= 0.43
%description
The most basic test one can write is "does it compile ?". This module tests
if the code compiles and play nice with 'Test::Simple' modules.
if the code compiles and play nice with the Test::Simple manpage modules.
Another good practice this module can test is to "use strict;" in all perl
files.
@ -46,7 +46,7 @@ By setting a minimum test coverage through 'all_cover_ok()', a code author
can ensure his code is tested above a preset level of _kwality_ throughout
the development cycle.
Along with the Test::Pod, this module can provide the first tests
Along with the Test::Pod manpage, this module can provide the first tests
to setup for a module author.
This module should be able to run under the -T flag for perl >= 5.6. All
@ -55,7 +55,6 @@ controlled by '$Test::Strict::UNTAINT_PATTERN'.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor