aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,5 +1,8 @@
Revision history for Perl extension File::BackupCopy.
+1.02 2021-02-13
+ - Change bugtracker address.
+
1.01 2020-01-27
- Fix portability issues.
diff --git a/Makefile.PL b/Makefile.PL
index 12e6b33..c844ef4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,6 +24,10 @@ my %makefile_args = (
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
@@ -10,7 +10,7 @@ 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

Return to:

Send suggestions and report system problems to the System administrator.