Skip to content

Commit

Permalink
Output message noting patched IPC::Open3
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 18, 2023
1 parent e040f7c commit 521f2d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/lib/IPC/Open3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use Exporter 'import';
use Carp;
use Symbol qw(gensym qualify);

BEGIN { print STDERR "Using patched version of IPC::Open3\n" }

our $VERSION = '1.22';
our @EXPORT = qw(open3);

Expand Down

0 comments on commit 521f2d7

Please sign in to comment.