Update to 1.708

- New upstream release 1.708
  - Improved import routine in MCE Models and MCE::Subs; this resolves an issue
    where functions are not exported; e.g. mce_flow, mce_flow_s
  - Added support for IO::TieCombine handles, which enables MCE->print and
    MCE->sendto to work reliably with App::Cmd and App::Cmd::Tester; see
    Testing and Capturing Output in MCE::Examples
epel9
Paul Howarth 9 years ago
parent 97a09593f1
commit 7cd33775f5

1
.gitignore vendored

@ -12,3 +12,4 @@
/MCE-1.705.tar.gz /MCE-1.705.tar.gz
/MCE-1.706.tar.gz /MCE-1.706.tar.gz
/MCE-1.707.tar.gz /MCE-1.707.tar.gz
/MCE-1.708.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.707 Version: 1.708
Release: 1%{?dist} Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic License: GPL+ or Artistic
@ -139,6 +139,14 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.708-1
- Update to 1.708
- Improved import routine in MCE Models and MCE::Subs; this resolves an issue
where functions are not exported; e.g. mce_flow, mce_flow_s
- Added support for IO::TieCombine handles, which enables MCE->print and
MCE->sendto to work reliably with App::Cmd and App::Cmd::Tester; see
Testing and Capturing Output in MCE::Examples
* Thu May 26 2016 Paul Howarth <paul@city-fan.org> - 1.707-1 * Thu May 26 2016 Paul Howarth <paul@city-fan.org> - 1.707-1
- Update to 1.707 - Update to 1.707
- Fixed logic when workers exit; improved reliability on Windows - Fixed logic when workers exit; improved reliability on Windows

@ -1 +1 @@
7503347849d1a910606acf5f367f5969 MCE-1.707.tar.gz 17438a8b9391ff27a2aaa88f0161502d MCE-1.708.tar.gz

Loading…
Cancel
Save