Update to 0.001010
- New upstream release 0.001010 - Fix module name in Makefile.PL (CPAN RT#83932) - Work around Exporter.pm not installable on perl < 5.8.0 - Update old Test::More patch
This commit is contained in:
parent
a5341ce231
commit
3a85042fc8
@ -86,9 +86,9 @@
|
||||
use List::Util 'first';
|
||||
use Carp;
|
||||
use lib 't/lib';
|
||||
@@ -58,5 +58,3 @@ check_tag('-bb', [qw/bar baz/], [qw/foo/
|
||||
check_tag(':all', [qw/foo bar baz/], []);
|
||||
check_tag('-all', [qw/foo bar baz/], []);
|
||||
@@ -65,5 +65,3 @@ SKIP: {
|
||||
check_tag('bar -default', [qw/foo bar/], [qw/baz/]);
|
||||
}
|
||||
|
||||
-done_testing;
|
||||
-
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
BEGIN {
|
||||
package AAA;
|
||||
@@ -38,5 +38,3 @@
|
||||
@@ -38,5 +38,3 @@ ok(eval('use AAA 1; 1'), 'perl built-in
|
||||
);
|
||||
}
|
||||
|
||||
@ -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-Progressive
|
||||
Version: 0.001009
|
||||
Version: 0.001010
|
||||
Release: 1%{?dist}
|
||||
Summary: Only use Sub::Exporter if you need it
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Sub-Exporter-Progressive/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-%{version}.tar.gz
|
||||
Patch1: Sub-Exporter-Progressive-0.001009-old-Test::More.patch
|
||||
Patch1: Sub-Exporter-Progressive-0.001010-old-Test::More.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# =============== Module Build ======================
|
||||
@ -70,10 +70,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Sub::Exporter::Progressive.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2013 Paul Howarth <paul@city-fan.org> - 0.001010-1
|
||||
- Update to 0.001010
|
||||
- Fix module name in Makefile.PL (CPAN RT#83932)
|
||||
- Work around Exporter.pm not installable on perl < 5.8.0
|
||||
- Update old Test::More patch
|
||||
|
||||
* Wed Mar 13 2013 Paul Howarth <paul@city-fan.org> - 0.001009-1
|
||||
- Update to 0.001009
|
||||
- die if requested to export a symbol with a leading digit (CPAN RT#83491)
|
||||
- This release by FREW -> update source URL
|
||||
- Disallow version names in random parts of the import list for consistency
|
||||
with Sub::Exporter (CPAN RT#83491)
|
||||
- Update old Test::More patch, and apply if we have Test::More < 0.88
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001008-2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user