pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-IPC-Run3



Module Name:    pkgsrc
Committed By:   rhaen
Date:           Sat Sep 13 13:30:32 UTC 2008

Modified Files:
        pkgsrc/devel/p5-IPC-Run3: Makefile distinfo

Log Message:
updated to 0.042

ChangeLog:
0.042   2008-08-09
        No code changes
        Rewrite a test in t/utf8.t that runs afoul of a misfeature
          in Perl 5.8.0 (turn on ":utf8" by default on all filehandles
          when running in a UTF8 locale; fixed since 5.8.1)

0.041   2008-08-03
        Handle arbitrary binmode() layers in "binmode_*" options; for
          backward compatibility, any true option that doesn't start
          with ":" is treated as ":raw"
          NOTE: This does work for the built-in layers, e.g. ":utf8",
          but all bets are off for fancier stuff like ":via(...)" .
        Add an option "return_if_system_error" that causes run3()
          to refrain from throwing an exception when system() returns -1
          (cf. RT 14272).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-IPC-Run3/Makefile \
    pkgsrc/devel/p5-IPC-Run3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index