Update to 0.018

- New upstream release 0.018
  - Don't need Pod::Man
- Drop BR: perl(Pod::Man), no longer used
This commit is contained in:
Paul Howarth 2013-04-16 16:12:02 +01:00
parent 2ba2d4994d
commit 789c0e9e48
2 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-ExtUtils-Helpers
Version: 0.017
Version: 0.018
Release: 1%{?dist}
Summary: Various portability utilities for module builders
Group: Development/Libraries
@ -26,7 +26,6 @@ BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(Module::Load)
BuildRequires: perl(Pod::Man)
BuildRequires: perl(Text::ParseWords) >= 3.22
# Test Suite
BuildRequires: perl(Cwd)
@ -82,6 +81,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
%changelog
* Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
- Update to 0.018
- Don't need Pod::Man
- Drop BR: perl(Pod::Man), no longer used
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 0.017-1
- Update to 0.017
- Fix man3_pagename to properly split dirs

View File

@ -1 +1 @@
1e6a4a404f83dda60513cc7fe28b9c74 ExtUtils-Helpers-0.017.tar.gz
1a49d2fcebd6748143b67b565b69fb1d ExtUtils-Helpers-0.018.tar.gz