Skip to content

Commit

Permalink
Merge pull request #52 from bodo-hugo-barwich/no-47_usage-info-test
Browse files Browse the repository at this point in the history
Test Compatibility with newer Getopt::Long::Descriptive Versions
  • Loading branch information
bodo-hugo-barwich committed Dec 30, 2023
2 parents 53cd144 + 173785a commit 5729eae
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 397 deletions.
4 changes: 2 additions & 2 deletions lib/Process/SubProcess.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#---------------------------------
# @author Bodo (Hugo) Barwich
# @version 2023-10-07
# @version 2023-12-30
# @package SubProcess Management
# @subpackage Process/SubProcess.pm

Expand Down Expand Up @@ -44,7 +44,7 @@ use IO::Select;
use IPC::Open3;
use Symbol qw(gensym);

our $VERSION = '2.1.9';
our $VERSION = '2.1.10';

=head1 DESCRIPTION
Expand Down
Loading

0 comments on commit 5729eae

Please sign in to comment.