aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-02-13 10:47:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-02-13 10:47:48 +0200
commit5baaed53c5cd6dd70d54d328d564af90699b109a (patch)
tree2632d51a18ad4fb4e972db359009b9820c3c09a7
parentcafe11d43e7d1fb298acb0e5c78f97b8c808b4a3 (diff)
downloadfile-backup-master.tar.gz
file-backup-master.tar.bz2
Change bugtracker addressHEADv1.02master
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/File/BackupCopy.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index 4aeca71..022fee0 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
Revision history for Perl extension File::BackupCopy.
+1.02 2021-02-13
+ - Change bugtracker address.
+
1.01 2020-01-27
- Fix portability issues.
1.00 2020-01-20
- Initial release.
diff --git a/Makefile.PL b/Makefile.PL
index 12e6b33..c844ef4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,12 +21,16 @@ my %makefile_args = (
resources => {
repository => {
type => 'git',
url => 'git://git.gnu.org.ua/file-backup.git',
web => 'http://git.gnu.org.ua/cgit/file-backup.git/',
},
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=file-backup',
+ mailto => 'gray+file-backup@gnu.org.ua'
+ }
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
}
);
diff --git a/lib/File/BackupCopy.pm b/lib/File/BackupCopy.pm
index 1d0eb07..e0a196c 100644
--- a/lib/File/BackupCopy.pm
+++ b/lib/File/BackupCopy.pm
@@ -7,13 +7,13 @@ use File::Basename;
use File::Spec;
use Exporter;
use re '/aa';
use Carp;
use Errno;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
our @ISA = qw(Exporter);
our @EXPORT = qw(BACKUP_NONE
BACKUP_SINGLE
BACKUP_SIMPLE
BACKUP_NUMBERED
BACKUP_AUTO

Return to:

Send suggestions and report system problems to the System administrator.