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 @@
1Revision history for Perl extension File::BackupCopy. 1Revision history for Perl extension File::BackupCopy.
2 2
31.02 2021-02-13
4 - Change bugtracker address.
5
31.01 2020-01-27 61.01 2020-01-27
4 - Fix portability issues. 7 - Fix portability issues.
5 8
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 = (
24 url => 'git://git.gnu.org.ua/file-backup.git', 24 url => 'git://git.gnu.org.ua/file-backup.git',
25 web => 'http://git.gnu.org.ua/cgit/file-backup.git/', 25 web => 'http://git.gnu.org.ua/cgit/file-backup.git/',
26 }, 26 },
27 bugtracker => {
28 web => 'https://puszcza.gnu.org.ua/bugs/?group=file-backup',
29 mailto => 'gray+file-backup@gnu.org.ua'
30 }
27 }, 31 },
28 provides => Module::Metadata->provides(version => '1.4', 32 provides => Module::Metadata->provides(version => '1.4',
29 dir => 'lib') 33 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';
10use Carp; 10use Carp;
11use Errno; 11use Errno;
12 12
13our $VERSION = '1.01'; 13our $VERSION = '1.02';
14our @ISA = qw(Exporter); 14our @ISA = qw(Exporter);
15our @EXPORT = qw(BACKUP_NONE 15our @EXPORT = qw(BACKUP_NONE
16 BACKUP_SINGLE 16 BACKUP_SINGLE

Return to:

Send suggestions and report system problems to the System administrator.