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
@@ -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.