Update to 0.404

- New upstream release 0.404
  - Depends.pm: sort deps in save_config() and get_makefile_vars()
    (CPAN RT#101602)
  - Use / to make ::load filename, not File::Spec - perldoc -f require
epel9
Paul Howarth 10 years ago
parent 7eee1bbe6c
commit 358431a32b

@ -1,5 +1,5 @@
Name: perl-ExtUtils-Depends
Version: 0.403
Version: 0.404
Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic
@ -60,6 +60,12 @@ make test
%{_mandir}/man3/ExtUtils::Depends.3*
%changelog
* Fri Jan 30 2015 Paul Howarth <paul@city-fan.org> - 0.404-1
- Update to 0.404
- Depends.pm: sort deps in save_config() and get_makefile_vars()
(CPAN RT#101602)
- Use / to make ::load filename, not File::Spec - perldoc -f require
* Mon Jan 5 2015 Paul Howarth <paul@city-fan.org> - 0.403-1
- Update to 0.403
- Avoid using Test::More::done_testing() for to support building

@ -1 +1 @@
bf28c1aad4e1d8761f598ab0b0531dd9 ExtUtils-Depends-0.403.tar.gz
2b66dbb4bcfc2639c6b26309569471ad ExtUtils-Depends-0.404.tar.gz

Loading…
Cancel
Save