Update to 0.019

- New upstream release 0.019
  - Fix make_executable for '#!/usr/bin/perl'
This commit is contained in:
Paul Howarth 2013-04-24 15:07:56 +01:00
parent 789c0e9e48
commit 55b6b3d0be
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1a49d2fcebd6748143b67b565b69fb1d ExtUtils-Helpers-0.018.tar.gz
c6f55eb606c3639eedb634172168f155 ExtUtils-Helpers-0.019.tar.gz