aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes5
-rw-r--r--lib/POSIX/Run/Capture.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 034d56c..92a0966 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,13 @@
Revision history for Perl extension POSIX::Run::Capture.
+1.05 Fri Mar 15 13:47:40 2024
+ - New constructor argument 'env' allows you to supply environment
+ to the command to be run.
+ - Fix packaging
+
1.04 Fri Mar 15 13:31:50 2024
- New constructor argument 'env' allows you to supply environment
to the command to be run.
1.03 Tue Feb 23 12:21:17 2021
- Fix packaging
diff --git a/lib/POSIX/Run/Capture.pm b/lib/POSIX/Run/Capture.pm
index dac6705..25fc8be 100644
--- a/lib/POSIX/Run/Capture.pm
+++ b/lib/POSIX/Run/Capture.pm
@@ -25,13 +25,13 @@ our %EXPORT_TAGS = ( 'all' => [ qw(
) ] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
#our @EXPORT = qw();
-our $VERSION = '1.04';
+our $VERSION = '1.05';
require XSLoader;
XSLoader::load('POSIX::Run::Capture', $VERSION);
use constant {
SD_STDOUT => 1,

Return to:

Send suggestions and report system problems to the System administrator.