- Update to 0.22:

* POD spelling corrections. (rt #22113)
  * Add "unimport" to the stoplist. (rt #33914)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage?expand=0&rev=25
This commit is contained in:
Philipp Thomas 2012-02-15 11:31:23 +00:00 committed by Git OBS Bridge
parent aa3238b954
commit 6868db765a
4 changed files with 14 additions and 8 deletions

View File

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

3
Pod-Coverage-0.22.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 15 12:30:23 CET 2012 - pth@suse.de
- Update to 0.22:
* POD spelling corrections. (rt #22113)
* Add "unimport" to the stoplist. (rt #33914)
-------------------------------------------------------------------
Fri Nov 18 11:09:03 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-Coverage
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,17 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with pod
Name: perl-Pod-Coverage
%define cpan_name Pod-Coverage
Summary: Checks if the documentation of a module is comprehensive
Version: 0.21
Release: 2
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 0.22
Release: 0
Url: http://search.cpan.org/dist/Pod-Coverage/
#Source: http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
@ -33,8 +32,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
%if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.0
%endif