aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-13 11:38:24 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-13 11:38:24 +0200
commitda068e7605c9e4a1ad0844833b54f30792a9c50e (patch)
tree11baf75d33fc972814bd4d0821340d93a292e8b7
parentdeaecae0baffbf9b42a732aa7d707eb3e82b3c22 (diff)
downloadposixruncapture-da068e7605c9e4a1ad0844833b54f30792a9c50e.tar.gz
posixruncapture-da068e7605c9e4a1ad0844833b54f30792a9c50e.tar.bz2
Change bugtracker addressv1.02
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
-rw-r--r--Changes3
-rw-r--r--Makefile.PL4
-rw-r--r--lib/POSIX/Run/Capture.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index d14733e..ad27655 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension POSIX::Run::Capture.
+1.02 Sat Feb 13 09:30:49 2021
+ - change bugtracker address
+
1.01 Fri Jan 31 09:16:30 2020
- Argument to the 'stderr' or 'stdout' can be a code reference,
glob (file handle) or scalar string. In the latter two cases,
diff --git a/Makefile.PL b/Makefile.PL
index 7338001..b41b5c8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -29,6 +29,10 @@ WriteMakefile(
url => 'git://git.gnu.org.ua/posixruncapture.git',
web => 'http://git.gnu.org.ua/cgit/posixruncapture.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=posixruncapture',
+ mailto => 'gray+posixruncapture@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
diff --git a/lib/POSIX/Run/Capture.pm b/lib/POSIX/Run/Capture.pm
index 35275c1..6325faf 100644
--- a/lib/POSIX/Run/Capture.pm
+++ b/lib/POSIX/Run/Capture.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
#our @EXPORT = qw();
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require XSLoader;
XSLoader::load('POSIX::Run::Capture', $VERSION);

Return to:

Send suggestions and report system problems to the System administrator.