@ -2,7 +2,7 @@
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.30 ? 1 : 0;' 2>/dev/null || echo 0)
Name: perl-Test-EOL
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: Check the correct line endings in your project
Group: Development/Libraries
@ -13,10 +13,14 @@ Patch0: Test-EOL-1.0-old-EU::MM.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(FindBin)
# Simplify breaking dependency loops at bootstrap time
%if 0%{!?perl_bootstrap:1}
BuildRequires: perl(Pod::Coverage::TrustPod)
%endif
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoTabs)
BuildRequires: perl(Test::Pod)
@ -60,6 +64,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::EOL.3pm*
%changelog
* Mon Jan 16 2012 Paul Howarth <paul@city-fan.org> 1.1-1
- Update to 1.1
- Fix test fails on < 5.8 perls
- Fix t/13-latin1.t failures on Win32 and under TB1.5
- Add buildreqs for required core modules, which might be dual-lived
* Thu Jan 5 2012 Paul Howarth <paul@city-fan.org> 1.0-1
- Update to 1.0
- Fix misleading test failure diagnostics when only issue is trailing