Update to 1.810

- New upstream release 1.810
  - Updated check for IO handle allowed; this allows $gather_fh = *STDOUT{IO}
    construction in Perl ≤ 5.10.1
epel9
Paul Howarth 8 years ago
parent 318e2650e0
commit bc2ee67919

1
.gitignore vendored

@ -23,3 +23,4 @@
/MCE-1.807.tar.gz
/MCE-1.808.tar.gz
/MCE-1.809.tar.gz
/MCE-1.810.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.809
Version: 1.810
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -136,6 +136,11 @@ make test
%{_bindir}/mce_grep
%changelog
* Sat Dec 10 2016 Paul Howarth <paul@city-fan.org> - 1.810-1
- Update to 1.810
- Updated check for IO handle allowed; this allows $gather_fh = *STDOUT{IO}
construction in Perl ≤ 5.10.1
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.809-1
- Update to 1.809
- Bug fixes for running MCE inside threads

@ -1 +1 @@
5b6996f70a9a47d0dcd3cbdbeced66a2 MCE-1.809.tar.gz
003b23ba6f87864e532d18ca1f8ea555 MCE-1.810.tar.gz

Loading…
Cancel
Save