aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-12 19:01:34 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-12 19:02:26 +0200
commit2ad12650ff04dd2479a594911e2f7901362cce78 (patch)
tree28a858c9965a016779c4da9d9c765adf38a73b03
parent0a93d9c93e843bfb8458397ccd7ad2e994e6c03b (diff)
downloadglacier-2ad12650ff04dd2479a594911e2f7901362cce78.tar.gz
glacier-2ad12650ff04dd2479a594911e2f7901362cce78.tar.bz2
Change bugtracker addressv2.11
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
-rw-r--r--Changes4
-rw-r--r--Makefile.PL21
-rw-r--r--lib/App/Glacier.pm2
3 files changed, 25 insertions, 2 deletions
diff --git a/Changes b/Changes
index 0af80bf..7a4b6a6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2.11 2021-01-12
+
+* Change bugtracker address.
+
2.10 2019-01-02
* The "periodic" subcommand
diff --git a/Makefile.PL b/Makefile.PL
index 93c95f9..2038f24 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,6 +3,7 @@
use strict;
use warnings;
use ExtUtils::MakeMaker;
+use Module::Metadata;
use Pod::Find qw(pod_where);
use Pod::Usage;
@@ -33,7 +34,25 @@ WriteMakefile(NAME => 'App::Glacier',
'Storable' => 2.34,
'Term::ReadKey' => 2.32,
'Text::Locus' => 1.01
- } );
+ },
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git://git.gnu.org.ua/glacier.git',
+ web => 'http://git.gnu.org.ua/cgit/glacier.git/',
+ },
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=glacier',
+ mailto => 'gray+glacier@gnu.org.ua'
+ }
+ },
+ provides => Module::Metadata->provides(version => '1.4',
+ dir => 'lib')
+ }
+
+ );
sub pod_command_name {
my ($pack) = @_;
diff --git a/lib/App/Glacier.pm b/lib/App/Glacier.pm
index d0bc75a..18f3e50 100644
--- a/lib/App/Glacier.pm
+++ b/lib/App/Glacier.pm
@@ -8,7 +8,7 @@ use App::Glacier::Command;
use File::Basename;
use Carp;
-our $VERSION = '2.10';
+our $VERSION = '2.11';
my %comtab = (

Return to:

Send suggestions and report system problems to the System administrator.