aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2024-03-15 13:49:04 +0200
committerSergey Poznyakoff <gray@gnu.org>2024-03-15 13:49:04 +0200
commit5c7a58eaafbc59b9b7ff2cbde604e5d93d0e51f5 (patch)
tree323901d934a0cfbdd755001ca018c6327a608b41
parentb4344674a4abf0cc679255058e592b3aa480b56b (diff)
downloadposixruncapture-master.tar.gz
posixruncapture-master.tar.bz2
Version 1.05HEADv1.05master
-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
@@ -2,2 +2,7 @@ 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
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
@@ -30,3 +30,3 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
-our $VERSION = '1.04';
+our $VERSION = '1.05';

Return to:

Send suggestions and report system problems to the System administrator.