| Name: | perl-Test-EOL |
|---|---|
| Version: | 1.3 |
| Release: | 7.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 32348 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-EOL-1.3-7.el7.noarch.rpm |
| Source RPM: | perl-Test-EOL-1.3-7.el7.src.rpm |
| Build Date: | Wed Apr 30 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Test-EOL/ |
| Summary: | Check the correct line endings in your project |
| Description: | This module scans your project/distribution for any perl files (scripts, modules, etc.) with Windows line endings. It can also check for trailing whitespace. |
- Mass rebuild 2013-12-27
- Reinstate EPEL-5 compatibility - Drop redundant patch for building with ExtUtils::MakeMaker < 6.30
- Update BR and clean up spec for modern rpmbuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 re-rebuild of bootstrapped packages
- Perl 5.16 rebuild
- Update to 1.3 - Fix to ignore inc/ directory used by Module::Install - Drop hack to remove tabs from bundled Module::Install - Bump version requirement for perl(Test::NoTabs) to 1.2 to avoid failing release tests due to tabs in bundled Module::Install
- Update to 1.2
- Fix bad regex matching directories containing 'svn', not just '.svn'
directories (CPAN RT#75968)
- BR: perl(Cwd)
- Drop non-dual-lived buildreqs perl(File::Find) and perl(FindBin)
- This release by BOBTFISH -> update source URL
- Remove tabs from bundled Module::Install that break release tests
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Perl 5.16 rebuild
- 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