summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--Makefile.PL8
-rw-r--r--lib/Mojo/Log/Syslog.pm2
3 files changed, 11 insertions, 2 deletions
diff --git a/Changes b/Changes
index e904376..49759e6 100644
--- a/Changes
+++ b/Changes
@@ -1 +1,4 @@
+1.03 2021-02-13
+ - Change bugtracker address.
+
1.02 2019-10-10
diff --git a/Makefile.PL b/Makefile.PL
index 8922c55..f91e2e4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,3 +24,9 @@ WriteMakefile(
},
- }
+ bugtracker => {
+ web => 'https://puszcza.gnu.org.ua/bugs/?group=mojosyslog',
+ mailto => 'gray+mojosyslog@gnu.org.ua'
+ },
+ },
+ provides => Module::Metadata->provides(version => '1.4',
+ dir => 'lib')
}
diff --git a/lib/Mojo/Log/Syslog.pm b/lib/Mojo/Log/Syslog.pm
index 145ecc9..25d00cf 100644
--- a/lib/Mojo/Log/Syslog.pm
+++ b/lib/Mojo/Log/Syslog.pm
@@ -8,3 +8,3 @@ use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';

Return to:

Send suggestions and report system problems to the System administrator.