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,3 +1,6 @@
+1.03 2021-02-13
+ - Change bugtracker address.
+
1.02 2019-10-10
- Fix to work with Mojolicious 8.25.
diff --git a/Makefile.PL b/Makefile.PL
index 8922c55..f91e2e4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,6 +22,12 @@ WriteMakefile(
url => 'git://git.gnu.org.ua/mojosyslog.git',
web => 'http://git.gnu.org.ua/cgit/mojosyslog.git/',
},
- }
+ 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
@@ -6,7 +6,7 @@ use File::Basename 'basename';
use Sys::Syslog qw(:standard :macros);
use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
sub new {
my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.