File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension IPC::Run
22
3- NEXT
3+ 20250715.0_01 Tue Jul 15 2025
44 - #172 - Reduce delays in detecting child exit
55 - #174 - Add quickstart section at the top of the docs
66 - #177 - Retry _read() on EINTR, instead of losing pipe contents.
Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ use Exporter ();
11371137use vars qw{ $VERSION @ISA @FILTER_IMP @FILTERS @API @EXPORT_OK %EXPORT_TAGS} ;
11381138
11391139BEGIN {
1140- $VERSION = ' 20231003.0 ' ;
1140+ $VERSION = ' 20250715.0_01 ' ;
11411141 @ISA = qw{ Exporter } ;
11421142
11431143 # # We use @EXPORT for the end user's convenience: there's only one function
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ use Exporter;
7272use vars qw{ $VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS} ;
7373
7474BEGIN {
75- $VERSION = ' 20231003.0 ' ;
75+ $VERSION = ' 20250715.0_01 ' ;
7676 @ISA = qw( Exporter ) ;
7777 @EXPORT = qw(
7878 _debug
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ use IPC::Run qw( Win32_MODE );
7474use vars qw{ $VERSION} ;
7575
7676BEGIN {
77- $VERSION = ' 20231003.0 ' ;
77+ $VERSION = ' 20250715.0_01 ' ;
7878 if (Win32_MODE) {
7979 eval " use IPC::Run::Win32Helper; require IPC::Run::Win32IO; 1"
8080 or ( $@ && die )
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ use Scalar::Util ();
167167use vars qw( $VERSION @ISA @EXPORT_OK %EXPORT_TAGS ) ;
168168
169169BEGIN {
170- $VERSION = ' 20231003.0 ' ;
170+ $VERSION = ' 20250715.0_01 ' ;
171171 @ISA = qw( Exporter ) ;
172172 @EXPORT_OK = qw(
173173 check
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ use IO::Handle;
2626use vars qw{ $VERSION @ISA @EXPORT } ;
2727
2828BEGIN {
29- $VERSION = ' 20231003.0 ' ;
29+ $VERSION = ' 20250715.0_01 ' ;
3030 @ISA = qw( Exporter ) ;
3131 @EXPORT = qw(
3232 win32_spawn
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require POSIX;
3333use vars qw{ $VERSION} ;
3434
3535BEGIN {
36- $VERSION = ' 20231003.0 ' ;
36+ $VERSION = ' 20250715.0_01 ' ;
3737}
3838
3939use Socket qw( IPPROTO_TCP TCP_NODELAY ) ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ use overload '""' => sub {
5555use vars qw{ $VERSION} ;
5656
5757BEGIN {
58- $VERSION = ' 20231003.0 ' ;
58+ $VERSION = ' 20250715.0_01 ' ;
5959}
6060
6161=item new
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use warnings;
3131use vars qw{ $VERSION} ;
3232
3333BEGIN {
34- $VERSION = ' 20231003.0 ' ;
34+ $VERSION = ' 20250715.0_01 ' ;
3535}
3636
3737use Win32API::File qw(
You can’t perform that action at this time.
0 commit comments