cpan MCE 1.515

latest releases: 1.900, 1.899, 1.898...
10 years ago

[BUG FIXES]

  • bin/mce_grep: ${^CHILD_ERROR_NATIVE} is not defined in Perl 5.8.x.
    Changed to $?.

[ENHANCEMENTS]

  • Tweaked bin/mce_grep. Compute chunk_level => 'auto' to use 'file' when
    reading STDIN. Set chunk_size to 8M when not specified (4M previously).

  • Added the following names to CREDITS.

    Stephan Kulow ; for making the OpenSUSE MCE package
    Henry Lu ; for listening while I chatted away about MCE
    Jillian Rowe ; for reporting IO::File failing as input_data
    Sylvia Roy ; for driving while I worked in the passenger seat
    Tom Sasser ; for reporting bin/mce_grep failing with Perl 5.8.x
    Florian Schlichting ; for making the Debian MCE package

[NEW FEATURES]

  • Added support for IO::File handles as valid input_data including
    IO:Uncompress:Gunzip.

Modified SYNTAX section for INPUT_DATA in MCE::Core.pod.

 input_data => $fh,   ## new IO::File "file", "r"
 input_data => $fh,   ## new IO::Uncompress::Gunzip "file.gz"

Don't miss a new MCE release

NewReleases is sending notifications on new releases.