Update to 0.019
- New upstream release 0.019 - Fix make_executable for '#!/usr/bin/perl'
This commit is contained in:
parent
789c0e9e48
commit
55b6b3d0be
@ -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.018
|
||||
Version: 0.019
|
||||
Release: 1%{?dist}
|
||||
Summary: Various portability utilities for module builders
|
||||
Group: Development/Libraries
|
||||
@ -81,6 +81,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 0.019-1
|
||||
- Update to 0.019
|
||||
- Fix make_executable for '#!/usr/bin/perl'
|
||||
|
||||
* Tue Apr 16 2013 Paul Howarth <paul@city-fan.org> - 0.018-1
|
||||
- Update to 0.018
|
||||
- Don't need Pod::Man
|
||||
|
Loading…
Reference in New Issue
Block a user