Update to 0.986

- New upstream release 0.986
  - Typo fixes in docs
- Use metacpan URLs
This commit is contained in:
Paul Howarth 2013-06-15 10:43:27 +01:00
parent 903c1aa322
commit bb08612673
3 changed files with 10 additions and 6 deletions

View File

@ -45,7 +45,7 @@
-note 'Checking Changes';
my $changes_file = 'Changes';
my $newver = '0.985';
my $newver = '0.986';
my $trial_token = '-TRIAL';
@@ -14,8 +13,6 @@
ok(_get_changes($newver), "$changes_file has content for $newver");

View File

@ -2,14 +2,14 @@
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
Name: perl-Sub-Exporter
Version: 0.985
Version: 0.986
Release: 1%{?dist}
Summary: Sophisticated exporter for custom-built routines
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sub-Exporter/
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
Patch1: Sub-Exporter-0.985-old-Test::More.patch
URL: https://metacpan.org/release/Sub-Exporter
Source0: http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
Patch1: Sub-Exporter-0.986-old-Test::More.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
@ -93,6 +93,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Exporter::Util.3pm*
%changelog
* Sat Jun 15 2013 Paul Howarth <paul@city-fan.org> - 0.986-1
- Update to 0.986 (typo fixes in docs)
- Use metacpan URLs
* Thu Feb 21 2013 Paul Howarth <paul@city-fan.org> - 0.985-1
- Update to 0.985 (documentation fixes)
- Add patch to support building with Test::More < 0.88

View File

@ -1 +1 @@
233b9a1d86a4395de7e1afe5b60632b7 Sub-Exporter-0.985.tar.gz
bdfa41103f82ab8611af61fceed1271e Sub-Exporter-0.986.tar.gz